Skip to content

Commit

Permalink
just run instrumented tests without coverage until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed May 12, 2023
1 parent 83cf79e commit 040ca48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
run: ./gradlew jacocoTestReportDebug
- name: Clean Packages
run: bash ./scripts/clean-packages.sh
- name: On-Device Instrumented Tests with CoverageReport
run: ./gradlew coverageReport
# - name: On-Device Instrumented Tests with CoverageReport
# run: ./gradlew coverageReport
- name: On-Device Instrumented Tests
run: ./gradlew connectedCheck
- uses: actions/upload-artifact@v3
name: Store Reporting Artifacts
if: failure()
Expand Down

0 comments on commit 040ca48

Please sign in to comment.