Skip to content

Commit

Permalink
ci: use several emulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Garcia Dorta committed Aug 19, 2022
1 parent f20041b commit 9e6d675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
api-level: [26, 31]
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
Expand All @@ -21,7 +24,7 @@ jobs:
- name: run instrumented tests
uses: reactivecircus/[email protected]
with:
api-level: 31
api-level: ${{ matrix.api-level }}
arch: x86_64
script: ./gradlew connectedCheck
- name: run lint and unitTest
Expand Down

0 comments on commit 9e6d675

Please sign in to comment.