We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344733b commit 2b05b44Copy full SHA for 2b05b44
.github/workflows/unit-and-instrumented-tests-action.yml
@@ -62,6 +62,7 @@ jobs:
62
$ANDROID_HOME/platform-tools/adb devices
63
echo "Starting emulator"
64
nohup $ANDROID_HOME/tools/emulator -avd test -no-metrics -no-audio -no-boot-anim -no-snapshot-load -camera-back none -camera-front none -qemu -m 2048 2>&1 &
65
+ echo "wait-for-device"
66
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do echo "waiting..."; sleep 1; done; input keyevent 82'
67
echo "Emulator has finished booting"
68
# repo's gradle is configured to run on java 17
0 commit comments