use ATD system image

This commit is contained in:
johan12345
2024-05-09 23:35:02 +02:00
parent ee8b586079
commit 76aac7dae4

View File

@@ -47,7 +47,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: google_apis
target: google_atd
arch: x86_64
profile: ${{ matrix.device }}
force-avd-creation: false
@@ -78,7 +78,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: google_apis
target: google_atd
arch: x86_64
profile: ${{ matrix.device }}
force-avd-creation: false
@@ -88,8 +88,6 @@ jobs:
disable-animations: true
script: |
adb shell pm clear net.vonforst.evmap.debug || true
adb shell input keyevent 82
adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
adb logcat -c
adb logcat *:E &