File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ jobs:
8787 path : |
8888 ~/.android/avd/*
8989 ~/.android/adb*
90- key : avd-${{ matrix.api-level }}
90+ key : avd-29-default
9191
9292 - name : Create AVD and generate snapshot for caching
9393 if : steps.avd-cache.outputs.cache-hit != 'true'
9494 uses : reactivecircus/android-emulator-runner@v2
9595 with :
9696 api-level : 29
97- target : google_apis
97+ target : default
9898 force-avd-creation : false
9999 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
100100 disable-animations : false
@@ -104,7 +104,7 @@ jobs:
104104 uses : reactivecircus/android-emulator-runner@v2
105105 with :
106106 api-level : 29
107- target : google_apis
107+ target : default
108108 force-avd-creation : false
109109 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
110110 script : make test-ui
@@ -113,7 +113,7 @@ jobs:
113113 uses : reactivecircus/android-emulator-runner@v2
114114 with :
115115 api-level : 29
116- target : google_apis
116+ target : default
117117 force-avd-creation : false
118118 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
119119 script : make test-ui-gamma
You can’t perform that action at this time.
0 commit comments