Skip to content

Commit

Permalink
Update Android CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Nov 19, 2024
1 parent cdb3c36 commit 2893de7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
- name: Create and Start Emulator
run: |
avdmanager create avd -n test -k "system-images;android-30;google_apis;x86" --device "pixel"
nohup emulator -avd test -no-window -no-audio -no-boot-anim -accel off &
timeout 5m
adb wait-for-device
nohup emulator -avd test -no-snapshot -gpu swiftshader_indirect -accel off -no-window -no-audio -no-boot-anim &
timeout 10m adb wait-for-device || (echo "Emulator did not start in time" && exit 1)
adb shell input keyevent 82
env:
DISPLAY: ":0"
Expand Down

0 comments on commit 2893de7

Please sign in to comment.