Skip to content

Commit bd8caba

Browse files
committed
nothing works
1 parent a98c8e9 commit bd8caba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,5 @@ jobs:
5151
- name: Gradle Run Integration Tests
5252
uses: reactivecircus/android-emulator-runner@v2
5353
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
54+
api-level: 29
55+
script: ./gradlew connectedCheck

0 commit comments

Comments
 (0)