diff --git a/.github/workflows/mobile-test-run.yml b/.github/workflows/mobile-test-run.yml index 6901de0..b55d01a 100644 --- a/.github/workflows/mobile-test-run.yml +++ b/.github/workflows/mobile-test-run.yml @@ -56,6 +56,7 @@ jobs: echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;$ANDROID_EMU_TARGET;$ANDROID_EMU_TAG;$ANDROID_EMU_ABI" 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 + $ANDROID_HOME/platform-tools/adb start-server echo "Starting emulator" nohup $ANDROID_HOME/emulator/emulator -avd "$DEVICE_NAME" -no-snapshot -delay-adb > /dev/null 2>&1 & $ANDROID_HOME/platform-tools/adb wait-for-device