From e8f1792a9199ee0e62aefb707b4dc73ba824af0e Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 5 May 2024 10:12:08 -0700 Subject: [PATCH] Update functional-test.yml --- .github/workflows/functional-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index d6f0df0c..dbfb9312 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -208,12 +208,14 @@ jobs: if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: + target: google_apis api-level: 32 force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true - script: echo "Generated AVD snapshot for caching." arch: x86_64 + profile: Nexus 5X + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + script: echo "Generated AVD snapshot for caching." - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -235,6 +237,7 @@ jobs: disable-spellchecker: true disable-animations: true arch: x86_64 + profile: Nexus 5X emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim env: ANDROID_SDK_VERSION: 32