Skip to content

Commit

Permalink
Merge pull request #15 from http4k/dependabot/github_actions/mikepenz…
Browse files Browse the repository at this point in the history
…/action-junit-report-5

Bump mikepenz/action-junit-report from 4.3.1 to 5
  • Loading branch information
daviddenton authored Nov 4, 2024
2 parents 0a21320 + 2d95e0e commit ee8b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15
run: ./gradlew check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit ee8b919

Please sign in to comment.