Skip to content

Commit

Permalink
run emulator in background
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 15, 2024
1 parent 367cc54 commit a6e84b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
timeout-minutes: 10
run: |
adb devices
$ANDROID_HOME/emulator/emulator -avd emu -cores 2 -no-window -gpu swiftshader_indirect -memory 2048 -ports 5554,5555 -no-snapshot -logcat "*:v" -show-kernel -noaudio -no-boot-anim -accel off -camera-back emulated -qemu -cpu max -machine gic-version=2
nohup $ANDROID_HOME/emulator/emulator -avd emu -cores 2 -no-window -gpu swiftshader_indirect -memory 2048 -ports 5554,5555 -no-snapshot -show-kernel -noaudio -no-boot-anim -accel off -camera-back emulated -qemu -cpu max -machine gic-version=2 &
echo "Emulator started"
shell: bash

- name: Wait for emulator to boot
Expand Down

0 comments on commit a6e84b7

Please sign in to comment.