We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e085d7 commit 284b3aaCopy full SHA for 284b3aa
1 file changed
.github/workflows/build.yml
@@ -52,14 +52,12 @@ jobs:
52
~/.android/adb*
53
key: avd-${{ matrix.api-level }}
54
55
-
56
- name: create AVD and generate snapshot for caching
57
if: steps.avd-cache.outputs.cache-hit != 'true'
58
uses: reactivecircus/android-emulator-runner@v2
59
with:
60
api-level: ${{ matrix.api-level }}
61
force-avd-creation: false
62
- emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-front emulated -camera-back emulated
63
disable-animations: false
64
script: echo "Generated AVD snapshot for caching."
65
@@ -73,7 +71,7 @@ jobs:
73
71
script: |
74
72
adb wait-for-device
75
adb shell input keyevent 82
76
- ./gradlew connectedAndroidTest --continue
+ ./gradlew connectedDebugAndroidTest --continue
77
78
- name: Upload Test Reports
79
if: failure()
0 commit comments