Skip to content

Commit b7daef0

Browse files
committed
Revert "use ATD system image"
This reverts commit 76aac7d.
1 parent 168fa24 commit b7daef0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/screenshots.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: reactivecircus/android-emulator-runner@v2
4848
with:
4949
api-level: ${{ matrix.api-level }}
50-
target: google_atd
50+
target: google_apis
5151
arch: x86_64
5252
profile: ${{ matrix.device }}
5353
force-avd-creation: false
@@ -78,7 +78,7 @@ jobs:
7878
uses: reactivecircus/android-emulator-runner@v2
7979
with:
8080
api-level: ${{ matrix.api-level }}
81-
target: google_atd
81+
target: google_apis
8282
arch: x86_64
8383
profile: ${{ matrix.device }}
8484
force-avd-creation: false
@@ -88,6 +88,8 @@ jobs:
8888
disable-animations: true
8989
script: |
9090
adb shell pm clear net.vonforst.evmap.debug || true
91+
adb shell input keyevent 82
92+
adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
9193
adb logcat -c
9294
9395
adb logcat *:E &

0 commit comments

Comments
 (0)