Skip to content

Commit

Permalink
jdk 21 for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Nov 13, 2024
1 parent 360e44c commit 683582c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: java -version
- name: Install Rosetta 2
run: softwareupdate --install-rosetta --agree-to-license
- run: arch -x86_64 ./gradlew macosX64Test
- run: arch -x86_64 ./gradlew macosX64Test --stacktrace

native-tests:
strategy:
Expand All @@ -38,7 +38,7 @@ jobs:
java-version: '21'
- uses: gradle/actions/setup-gradle@v4
- run: chmod +x gradlew
- run: ./gradlew allTests
- run: ./gradlew allTests --stacktrace

android-tests:
strategy:
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
emulator-boot-timeout: 600 # 10 minutes
arch: ${{ matrix.emu-arch }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
script: ./gradlew connectedAndroidTest
script: ./gradlew connectedAndroidTest --stacktrace

0 comments on commit 683582c

Please sign in to comment.