From 7b6479210bf88a8a00236db8a8e0001fc7439ec8 Mon Sep 17 00:00:00 2001 From: Jijeong Lee Date: Wed, 22 Nov 2023 13:03:51 -0800 Subject: [PATCH] test commit --- .github/workflows/android-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 2d01ba4b3..d33557441 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -89,4 +89,3 @@ jobs: $ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82' $ANDROID_HOME/platform-tools/adb devices echo "Emulator started" - \ No newline at end of file