File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,13 @@ jobs:
112
112
path : |
113
113
~/.android/avd/*
114
114
~/.android/adb*
115
- key : avd-33 -default
115
+ key : avd-29 -default
116
116
117
117
- name : Create AVD and generate snapshot for caching
118
118
if : steps.avd-cache.outputs.cache-hit != 'true'
119
119
uses : reactivecircus/android-emulator-runner@v2
120
120
with :
121
- api-level : 33
122
- arch : x86_64
121
+ api-level : 29
123
122
target : default
124
123
force-avd-creation : false
125
124
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -132,8 +131,7 @@ jobs:
132
131
- name : Run test-ui on unbranded
133
132
uses : reactivecircus/android-emulator-runner@v2
134
133
with :
135
- api-level : 33
136
- arch : x86_64
134
+ api-level : 29
137
135
target : default
138
136
force-avd-creation : false
139
137
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -142,8 +140,7 @@ jobs:
142
140
- name : Run test-ui on gamma
143
141
uses : reactivecircus/android-emulator-runner@v2
144
142
with :
145
- api-level : 33
146
- arch : x86_64
143
+ api-level : 29
147
144
target : default
148
145
force-avd-creation : false
149
146
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
You can’t perform that action at this time.
0 commit comments