Skip to content

Commit

Permalink
Merge pull request #26 from tchoutri/dependabot/github_actions/mikepe…
Browse files Browse the repository at this point in the history
…nz/action-junit-report-5

Bump mikepenz/action-junit-report from 4 to 5
  • Loading branch information
tchoutri authored Nov 15, 2024
2 parents 071e7c7 + 3ced4f7 commit c548e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: cabal test --project-file=cabal.release.project --test-options "--xml=dist-newstyle/report.xml" all

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'dist-newstyle/report.xml'
Expand Down

0 comments on commit c548e35

Please sign in to comment.