File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,12 @@ jobs:
5252 ~/.android/adb*
5353 key : avd-${{ matrix.api-level }}
5454
55-
5655 - name : create AVD and generate snapshot for caching
5756 if : steps.avd-cache.outputs.cache-hit != 'true'
5857 uses : reactivecircus/android-emulator-runner@v2
5958 with :
6059 api-level : ${{ matrix.api-level }}
6160 force-avd-creation : false
62- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-front emulated -camera-back emulated
6361 disable-animations : false
6462 script : echo "Generated AVD snapshot for caching."
6563
7371 script : |
7472 adb wait-for-device
7573 adb shell input keyevent 82
76- ./gradlew connectedAndroidTest --continue
74+ ./gradlew connectedDebugAndroidTest --continue
7775
7876 - name : Upload Test Reports
7977 if : failure()
You can’t perform that action at this time.
0 commit comments