Skip to content

Commit

Permalink
Try 30
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Mar 19, 2024
1 parent e0984c2 commit c339af1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29
key: avd-30
save-always: true

- 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
arch: x86_64
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand All @@ -57,12 +57,12 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29
key: avd-30

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 30
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit c339af1

Please sign in to comment.