Skip to content

Commit

Permalink
Update mobile-test-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed May 4, 2024
1 parent 0d93339 commit 17790a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "no" | $ANDROID_HOME/tools/bin/avdmanager create avd -n "$DEVICE_NAME" -k "system-images;$ANDROID_EMU_TARGET;$ANDROID_EMU_TAG;$ANDROID_EMU_ABI" --force
echo $ANDROID_HOME/emulator/emulator -list-avds
echo "Starting emulator"
nohup $ANDROID_HOME/emulator/emulator -avd "$DEVICE_NAME" -no-snapshot -no-audio -no-boot-anim -accel auto -gpu auto -qemu > /dev/null 2>&1 &
nohup $ANDROID_HOME/emulator/emulator -avd "$DEVICE_NAME" -no-snapshot -no-audio -no-boot-anim > /dev/null 2>&1 &
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 5; done; input keyevent 82'
$ANDROID_HOME/platform-tools/adb devices -l
echo "Emulator started"
Expand Down

0 comments on commit 17790a0

Please sign in to comment.