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 14, 2024
1 parent 20f9625 commit 45ce86a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Env
run: printenv
- name: HW Accel check
run: |
grep -E -c '(vmx|svm)' /proc/cpuinfo
- name: Get APK for testing
run: |
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:

- name: Start emulator
run: |
$ANDROID_HOME/emulator/emulator -avd emu -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back emulated
nohup $ANDROID_HOME/emulator/emulator -avd emu -no-window -gpu off -no-snapshot -noaudio -no-boot-anim -camera-back emulated &
shell: bash

- name: Wait for emulator to boot
Expand Down

0 comments on commit 45ce86a

Please sign in to comment.