Skip to content

Commit

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

Expand Down Expand Up @@ -116,7 +116,8 @@ jobs:
- name: Emulator logs
if: always()
run: |
cat logcat.log
jobs
cat emu.log
shell: bash

- name: Upload Maestro test artifacts
Expand Down

0 comments on commit d0069a8

Please sign in to comment.