We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98c8e9 commit bd8cabaCopy full SHA for bd8caba
.github/workflows/test.yml
@@ -51,11 +51,5 @@ jobs:
51
- name: Gradle Run Integration Tests
52
uses: reactivecircus/android-emulator-runner@v2
53
with:
54
- api-level: 28
55
- arch: x86
56
- profile: Nexus 5X
57
- target: playstore
58
- 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 connectedCheck --stacktrace -PpreDexEnable=false --max-workers 4 --no-daemon
+ api-level: 29
+ script: ./gradlew connectedCheck
0 commit comments