Skip to content

Commit

Permalink
Changed test-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon D. Rocha committed Nov 17, 2023
1 parent 8b48b2a commit c8184e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}
key: avd-30

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: ReactiveCircus/[email protected]
with:
api-level: ${{ matrix.api-level }}
api-level: 30
target: google_apis
arch: x86_64
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -47,7 +49,9 @@ jobs:
- name: Run tests
uses: ReactiveCircus/[email protected]
with:
api-level: ${{ matrix.api-level }}
api-level: 30
target: google_apis
arch: x86_64
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 c8184e9

Please sign in to comment.