Skip to content

Commit

Permalink
workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-miranda committed Apr 29, 2024
1 parent 51cf9e9 commit 0772c93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Run tests
uses: ReactiveCircus/android-emulator-runner@v2.30.1
with:
api-level: 30
api-level: 33
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck
disable-animations: true
script: ./gradlew connectedDebugAndroidTest -x :core:network:connectedDebugAndroidTest -x :core:testing:connectedDebugAndroidTest -x :core:ui:connectedDebugAndroidTest

0 comments on commit 0772c93

Please sign in to comment.