Skip to content

Commit

Permalink
[SRE] Fixing builds/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellins-swile committed Feb 4, 2024
1 parent a58268a commit 6a01247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up JDK 21
- name: Set up JDK 1.8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: "21"
java-version: "1.8"
distribution: "temurin"
- name: Run Tests
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
Expand Down

0 comments on commit 6a01247

Please sign in to comment.