Skip to content

Commit

Permalink
setup jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent db8bbe4 commit 27c92f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

# Execute unit tests
- name: Unit Test with Android Emulator Runner
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 27c92f4

Please sign in to comment.