We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267e867 commit a98c8e9Copy full SHA for a98c8e9
.github/workflows/test.yml
@@ -58,4 +58,4 @@ jobs:
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
+ script: ./gradlew connectedCheck --stacktrace -PpreDexEnable=false --max-workers 4 --no-daemon
0 commit comments