Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v3...v4)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent b6a9caf commit c3b0b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew testDebugUnitTest --stacktrace --no-daemon

- name: Publish Test Report Unit Tests
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: 'app/build/test-results/testDebugUnitTest/TEST-*.xml'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
script: ./gradlew connectedAndroidTest --continue --no-daemon

- name: Publish Test Report of Instrumentation Tests
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
check_name: 'Instrumentation Test Report'
Expand Down

0 comments on commit c3b0b6a

Please sign in to comment.