We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb6215 commit 267e867Copy full SHA for 267e867
.github/workflows/test.yml
@@ -51,8 +51,11 @@ jobs:
51
- name: Gradle Run Integration Tests
52
uses: reactivecircus/android-emulator-runner@v2
53
with:
54
- api-level: 29
55
- script:
56
- adb kill-server
57
- adb start-server
58
- ./gradlew connectCheck
+ api-level: 28
+ arch: x86
+ profile: Nexus 5X
+ target: playstore
+ force-avd-creation: false
59
+ emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
60
+ disable-animations: true
61
+ script: ./gradlew connectedDebugAndroidTest --stacktrace -PpreDexEnable=false --max-workers 4 --no-daemon
0 commit comments