Skip to content

Commit

Permalink
Merge pull request #102 from opencastsoftware/renovate/mikepenz-actio…
Browse files Browse the repository at this point in the history
…n-junit-report-5.x

Update mikepenz/action-junit-report action to v5
  • Loading branch information
DavidGregory084 authored Dec 21, 2024
2 parents 25a5093 + 9bc58b6 commit fdbab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}

- name: Publish Test Report
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
with:
commit: ${{ github.event.workflow_run.head_sha }}
report_paths: "**/build/test-results/*/TEST-*.xml"

0 comments on commit fdbab35

Please sign in to comment.