Skip to content

Commit

Permalink
Update emulator script to use API 31
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Aug 11, 2023
1 parent a9e9436 commit 1741ca9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@ jobs:
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
script: ./gradlew assemble testCoverage
api-level: 31
profile: Nexus 6
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
script: ./gradlew assemble testCoverage
env:
API_LEVEL: ${{ matrix.api-level }}
- name: Upload code coverage
Expand Down

0 comments on commit 1741ca9

Please sign in to comment.