Skip to content

Commit 33a1a82

Browse files
fix: creating avd
1 parent cbbd94e commit 33a1a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Create and start emulator
5555
run: |
56-
echo "no" | avdmanager create avd -n $AVD_NAME -k "${SYSTEM_IMAGES}" --device "pixel_6"
56+
echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n $AVD_NAME -k "${SYSTEM_IMAGES}" --device "pixel_6"
5757
$ANDROID_HOME/emulator/emulator -avd $AVD_NAME -no-snapshot -noaudio -no-window -gpu swiftshader_indirect -no-boot-anim &
5858
adb wait-for-device
5959
adb shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done;'

0 commit comments

Comments
 (0)