From 3171ac2e212e6c7d368cb6e81c3fc570bdef214d Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Tue, 7 May 2024 00:57:54 -0700 Subject: [PATCH] Update functional-test.yml --- .github/workflows/functional-test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index aa2a42f0..cae0a3b6 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -203,12 +203,12 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-29 + key: avd-30 - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 30 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false @@ -226,14 +226,15 @@ jobs: - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 30 script: | bundle exec rake test:func:android TESTS=${{matrix.test_targets.target}} target: google_apis + profile: Nexus 5X disable-spellchecker: true disable-animations: true env: - ANDROID_SDK_VERSION: 29 + ANDROID_SDK_VERSION: 30 APPIUM_DRIVER: ${{matrix.test_targets.automation_name}} IGNORE_VERSION_SKIP: true CI: true