Skip to content

Commit

Permalink
Merge pull request #56 from uzzu/renovate/mikepenz-action-junit-repor…
Browse files Browse the repository at this point in the history
…t-4.x

Update mikepenz/action-junit-report action to v4
  • Loading branch information
uzzu authored Dec 2, 2023
2 parents 910fb4d + 79fb25a commit 8c7b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
./gradlew build
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 8c7b117

Please sign in to comment.