Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Jan 9, 2025
1 parent b43b00e commit 8326905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
run: $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n Pixel_API_30 --device 'Nexus 5X' --package "system-images;android-30;default;arm64-v8a" --sdcard 512M

- name: Emulator - Boot
run: $ANDROID_HOME/emulator/emulator -avd Pixel_API_30 -memory 4096 -wipe-data -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim &
run: $ANDROID_HOME/emulator/emulator -avd Pixel_API_30 -memory 4096 -wipe-data -no-window -no-snapshot -noaudio -no-boot-anim &

- name: ADB Wait For Device
run: adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done;'
Expand Down

0 comments on commit 8326905

Please sign in to comment.