From 9ef39f12cae647b937425c1e44ca37a3eb920f14 Mon Sep 17 00:00:00 2001 From: Guido Modarelli Date: Thu, 7 Nov 2024 11:03:50 -0300 Subject: [PATCH] Add 'temurin' distribution to JDK setup in cypress and ftr workflows for improved consistency --- .github/workflows/cypress-e2e-reporting-test.yml | 1 + .github/workflows/ftr-e2e-reporting-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cypress-e2e-reporting-test.yml b/.github/workflows/cypress-e2e-reporting-test.yml index 1f440eea..4faeb13c 100644 --- a/.github/workflows/cypress-e2e-reporting-test.yml +++ b/.github/workflows/cypress-e2e-reporting-test.yml @@ -25,6 +25,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: ${{ matrix.jdk }} - name: Download Job Scheduler artifact diff --git a/.github/workflows/ftr-e2e-reporting-test.yml b/.github/workflows/ftr-e2e-reporting-test.yml index 23f27d03..cbcd05d0 100644 --- a/.github/workflows/ftr-e2e-reporting-test.yml +++ b/.github/workflows/ftr-e2e-reporting-test.yml @@ -25,6 +25,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: ${{ matrix.jdk }} - name: Download Job Scheduler artifact