Skip to content

Commit

Permalink
Run instrumented tests before jacoco test report
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Aug 4, 2022
1 parent 1530439 commit e89de85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: ./gradlew clean --stacktrace
- name: Build project skipping tests
run: ./gradlew build -x test --stacktrace
- name: Run Instrumented Tests manually
run: ./gradlew connectedDebug --stacktrace
- name: Run jacocoTestReport for each module
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit e89de85

Please sign in to comment.