|
|
|
@ -213,7 +213,7 @@ jobs:
|
|
|
|
|
heap-size: 600M
|
|
|
|
|
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
|
|
|
|
disable-animations: false
|
|
|
|
|
script: echo "Generated AVD snapshot for caching."; /usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages -u | grep com.google.samples.apps.nowinandroid* | cut -d':' -f2 | tr '\r' ' ' | xargs -r -n1 -t adb uninstall;
|
|
|
|
|
script: echo "Generated AVD snapshot for caching."
|
|
|
|
|
|
|
|
|
|
- name: Build projects and run instrumentation tests
|
|
|
|
|
uses: reactivecircus/android-emulator-runner@v2
|
|
|
|
|