Skip to content

Commit

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

Update mikepenz/action-junit-report action to v5
  • Loading branch information
uzzu authored Nov 30, 2024
2 parents f9ba7b3 + 9da2fdb commit d1d1134
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@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit d1d1134

Please sign in to comment.