File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4444 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
4545 disable-animations : true
4646 script : echo "Generated AVD snapshot for caching."
47+ - name : Build app and test APKs
48+ run : ./gradlew assembleDebug assembleDebugAndroidTest
4749 - name : Run instrumented tests
4850 uses : reactivecircus/android-emulator-runner@v2
4951 with :
5254 force-avd-creation : false
5355 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5456 disable-animations : true
55- script : ./gradlew connectedDebugAndroidTest
57+ script : ./gradlew connectedDebugAndroidTest -x assembleDebug -x assembleDebugAndroidTest
5658 - name : Upload test results
5759 uses : actions/upload-artifact@v4
5860 if : always()
You can’t perform that action at this time.
0 commit comments