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 6, 2024
1 parent eff632c commit 1311808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: AVD cache
uses: actions/cache@v3
id: avd-cache
Expand All @@ -213,7 +214,7 @@ jobs:
force-avd-creation: false
disable-animations: true
arch: x86_64
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
script: echo "Generated AVD snapshot for caching."

- name: Set up Ruby
Expand All @@ -228,9 +229,8 @@ jobs:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
script: bundle exec rake test:func:android TESTS=${{matrix.test_targets.target}}
api-level: 29
script: |
bundle exec rake test:func:android TESTS=${{matrix.test_targets.target}}
target: google_apis
profile: Nexus 5X
force-avd-creation: false
Expand Down

0 comments on commit 1311808

Please sign in to comment.