Skip to content

Commit

Permalink
Running github tests with api level 34
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed May 10, 2024
1 parent 4a2d680 commit 66e8b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
- name: Test the app (integration tests)
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
arch: x86_64
script: ./gradlew clean connectedAndroidTest --info

0 comments on commit 66e8b81

Please sign in to comment.