Skip to content

Commit

Permalink
ci: nex try to fix android integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
emschu committed Dec 27, 2023
1 parent 826d9eb commit 5b2f6ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
arch: x86_64
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck --stacktrace

- name: Upload Reports
Expand Down

0 comments on commit 5b2f6ab

Please sign in to comment.