Skip to content

Commit

Permalink
Update Run Instrumented Tests workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Jul 3, 2024
1 parent e55c20d commit 1e6049e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:
run: ./gradlew build -x test --stacktrace
- name: Run Instrumented Tests manually
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
with:
working-directory: android
api-level: 22
arch: x86_64
force-avd-creation: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedDebug --stacktrace --info
- name: Run jacocoTestReport for each module
run: ./gradlew jacocoTestReport --stacktrace --info
Expand Down

0 comments on commit 1e6049e

Please sign in to comment.