Skip to content

Commit 2b05b44

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 344733b commit 2b05b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
$ANDROID_HOME/platform-tools/adb devices
6363
echo "Starting emulator"
6464
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"
6566
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do echo "waiting..."; sleep 1; done; input keyevent 82'
6667
echo "Emulator has finished booting"
6768
# repo's gradle is configured to run on java 17

0 commit comments

Comments
 (0)