Skip to content

Commit 267e867

Browse files
committed
try 100
1 parent ceb6215 commit 267e867

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/test.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
- name: Gradle Run Integration Tests
5252
uses: reactivecircus/android-emulator-runner@v2
5353
with:
54-
api-level: 29
55-
script:
56-
adb kill-server
57-
adb start-server
58-
./gradlew connectCheck
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 connectedDebugAndroidTest --stacktrace -PpreDexEnable=false --max-workers 4 --no-daemon

0 commit comments

Comments
 (0)