Skip to content

Commit

Permalink
Fix instrumentation tests on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Mar 18, 2024
1 parent d319e95 commit f115ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedAndroidTest --stacktrace

0 comments on commit f115ae2

Please sign in to comment.