Skip to content

Commit 5c98250

Browse files
authored
ci: use newer device profile for CI (#548)
* Update functional-test.yml * Update functional-test.yml * Update functional-test.yml * Update functional-test.yml * Update functional-test.yml
1 parent 0ff6409 commit 5c98250

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/functional-test.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,14 @@ jobs:
203203
path: |
204204
~/.android/avd/*
205205
~/.android/adb*
206-
key: avd-29
206+
key: avd-30
207207
- name: create AVD and generate snapshot for caching
208208
if: steps.avd-cache.outputs.cache-hit != 'true'
209209
uses: reactivecircus/android-emulator-runner@v2
210210
with:
211-
api-level: 29
211+
api-level: 30
212+
arch: x86_64
213+
target: google_apis
212214
force-avd-creation: false
213215
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
214216
disable-animations: false
@@ -226,15 +228,16 @@ jobs:
226228
- name: run tests
227229
uses: reactivecircus/android-emulator-runner@v2
228230
with:
229-
api-level: 29
231+
api-level: 30
232+
arch: x86_64
230233
script: |
231234
bundle exec rake test:func:android TESTS=${{matrix.test_targets.target}}
232235
target: google_apis
233236
profile: Nexus 5X
234237
disable-spellchecker: true
235238
disable-animations: true
236239
env:
237-
ANDROID_SDK_VERSION: 29
240+
ANDROID_SDK_VERSION: 30
238241
APPIUM_DRIVER: ${{matrix.test_targets.automation_name}}
239242
IGNORE_VERSION_SKIP: true
240243
CI: true

0 commit comments

Comments
 (0)