File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,17 @@ jobs:
155155 target : google_atd
156156 arch : x86_64
157157 profile : pixel_5
158- emulator-options : -no-window -noaudio -no-boot-anim
158+ sdcard-path-or-size : " 128M"
159+ emulator-options : -no-window -noaudio -no-boot-anim -memory 2048 -wipe-data -cache-size 1000 -noaudio -no-window -partition-size 8192
159160 script : |
160161 adb shell getprop ro.product.model
161162 ./gradlew connectedCheck
162- sdkmanager --list_installed
163- sdkmanager "platforms;android-33" "system-images;android-33;google_atd;x86_6"
163+ echo "XXXXXX Emulator test run completed."
164164 sdkmanager --list_installed
165165 sdkmanager --update
166+ sdkmanager --list_installed
167+ adb wait-for-device shell 'while [[ -z $(getprop dev.bootcomplete) ]]; do sleep 1; done;'
168+ echo "XXXXXX END"
166169
167170 windows :
168171 name : Test on Windows
You can’t perform that action at this time.
0 commit comments