Skip to content

Commit

Permalink
Update functional-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 5, 2024
1 parent 3e7aaba commit e8f1792
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e8f1792

Please sign in to comment.