Skip to content

Commit

Permalink
Run tests on API 30
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Jul 3, 2024
1 parent 91b5ed7 commit e55c20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run Instrumented Tests manually
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 22
api-level: 30
script: ./gradlew connectedDebug --stacktrace --info
- name: Run jacocoTestReport for each module
run: ./gradlew jacocoTestReport --stacktrace --info
Expand Down

0 comments on commit e55c20d

Please sign in to comment.