Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Try changing the java version for the actual integration test!
  • Loading branch information
jaydeetay authored May 3, 2024
1 parent 5bc1a54 commit 2e7c9ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '21'
java-version: '12'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand All @@ -33,13 +33,13 @@ jobs:
target: [ playstore ]
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '12'

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 2e7c9ab

Please sign in to comment.