Skip to content

Commit

Permalink
Add 'temurin' distribution to JDK setup in cypress and ftr workflows …
Browse files Browse the repository at this point in the history
…for improved consistency
  • Loading branch information
guidomodarelli committed Nov 7, 2024
1 parent 46bd9c4 commit 9ef39f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-e2e-reporting-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ftr-e2e-reporting-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ef39f1

Please sign in to comment.