File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 73
73
path : |
74
74
~/.android/avd/*
75
75
~/.android/adb*
76
- key : avd-${{ matrix.api-level }}
76
+ key : avd-test- ${{ matrix.api-level }}
77
77
78
78
- name : Enable KVM
79
79
if : matrix.api-level == 29 && steps.avd-cache.outputs.cache-hit != 'true'
91
91
target : default
92
92
arch : x86_64
93
93
api-level : ${{ matrix.api-level }}
94
+ disk-size : 8G
94
95
force-avd-creation : false
95
96
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
96
97
disable-animations : false
@@ -155,14 +156,15 @@ jobs:
155
156
path : |
156
157
~/.android/avd/*
157
158
~/.android/adb*
158
- key : avd-${{ matrix.api-level }}
159
+ key : avd-test- ${{ matrix.api-level }}
159
160
160
161
- name : Test script=${{ matrix.script }} api-level=${{ matrix.api-level }}
161
162
uses : reactivecircus/android-emulator-runner@v2
162
163
with :
163
164
target : default
164
165
arch : x86_64
165
166
api-level : ${{ matrix.api-level }}
167
+ disk-size : 8G
166
168
force-avd-creation : false
167
169
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
168
170
disable-animations : true
You can’t perform that action at this time.
0 commit comments