File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -203,12 +203,14 @@ jobs:
203
203
path : |
204
204
~/.android/avd/*
205
205
~/.android/adb*
206
- key : avd-29
206
+ key : avd-30
207
207
- name : create AVD and generate snapshot for caching
208
208
if : steps.avd-cache.outputs.cache-hit != 'true'
209
209
uses : reactivecircus/android-emulator-runner@v2
210
210
with :
211
- api-level : 29
211
+ api-level : 30
212
+ arch : x86_64
213
+ target : google_apis
212
214
force-avd-creation : false
213
215
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
214
216
disable-animations : false
@@ -226,15 +228,16 @@ jobs:
226
228
- name : run tests
227
229
uses : reactivecircus/android-emulator-runner@v2
228
230
with :
229
- api-level : 29
231
+ api-level : 30
232
+ arch : x86_64
230
233
script : |
231
234
bundle exec rake test:func:android TESTS=${{matrix.test_targets.target}}
232
235
target : google_apis
233
236
profile : Nexus 5X
234
237
disable-spellchecker : true
235
238
disable-animations : true
236
239
env :
237
- ANDROID_SDK_VERSION : 29
240
+ ANDROID_SDK_VERSION : 30
238
241
APPIUM_DRIVER : ${{matrix.test_targets.automation_name}}
239
242
IGNORE_VERSION_SKIP : true
240
243
CI : true
You can’t perform that action at this time.
0 commit comments