Skip to content

Commit

Permalink
Move to 33?
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Aug 11, 2023
1 parent a9e9436 commit 9e4bb6c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
api-level:
- 31
- 33

steps:
- name: Checkout
Expand All @@ -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 9e4bb6c

Please sign in to comment.