Skip to content

Commit

Permalink
Update CI-Android-emulator-mvp.yml
Browse files Browse the repository at this point in the history
Fix: Workaround for CI emulator bug (ReactiveCircus/android-emulator-runner#160)
  • Loading branch information
ChristopherBull authored Oct 1, 2021
1 parent 93c414c commit f065997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-Android-emulator-mvp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
emulator-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160
# Runs: Build, unit tests, instrumented tests, then combines coverage reports
script: ./gradlew jacocoCombinedTestReports

0 comments on commit f065997

Please sign in to comment.