Skip to content

Commit 284b3aa

Browse files
committed
???
1 parent 7e085d7 commit 284b3aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -73,7 +71,7 @@ jobs:
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()

0 commit comments

Comments
 (0)