Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Aug 13, 2021
1 parent d2f758a commit b6314b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: build
strategy:
matrix:
api-level: [23, 28, 31]
api-level: [23, 28, 30]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -66,7 +66,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
profile: Pixel 5
arch: x86
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
script: ./gradlew connectedCheck --stacktrace

- name: Upload Reports
Expand Down

0 comments on commit b6314b7

Please sign in to comment.