Skip to content

Commit

Permalink
run test setup java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jul 25, 2023
1 parent 45b79bb commit 9365aae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Gradle cache
uses: gradle/gradle-build-action@v2
- name: AVD cache
Expand Down

0 comments on commit 9365aae

Please sign in to comment.