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 44fe5d7 commit e510a70Copy full SHA for e510a70
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
run: y | sdkmanager --licenses
86
87
- name: Emulator - Create
88
- run: avdmanager create avd -n Pixel_API_30 --device 'Nexus 5X' --package "system-images;android-30;default;x86_64" --sdcard 512M
+ run: echo no | avdmanager create avd -n Pixel_API_30 --device 'Nexus 5X' --package "system-images;android-30;default;x86_64" --sdcard 512M
89
90
- name: Emulator - Boot
91
run: emulator -memory 4096 -avd Pixel_API_30 -wipe-data -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim &
0 commit comments