Skip to content

Commit

Permalink
use ATD system image
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed May 9, 2024
1 parent ee8b586 commit 76aac7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 &
Expand Down

0 comments on commit 76aac7d

Please sign in to comment.