From 17790a044ce9f8d3461dd0a8b2dec7e3caacbd22 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Tue, 19 Mar 2024 11:42:04 +0200 Subject: [PATCH] Update mobile-test-run.yml --- .github/workflows/mobile-test-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile-test-run.yml b/.github/workflows/mobile-test-run.yml index 4c2f887..25686ab 100644 --- a/.github/workflows/mobile-test-run.yml +++ b/.github/workflows/mobile-test-run.yml @@ -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"