Skip to content

Commit

Permalink
Merge pull request #259 from libAtoms/renovate/mikepenz-action-junit-…
Browse files Browse the repository at this point in the history
…report-4.x

Update mikepenz/action-junit-report action to v4
  • Loading branch information
pastewka authored Jul 16, 2024
2 parents 0b2646c + f33e0f3 commit c722c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pytest -v --junitxml=report.xml --durations=20
- name: report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: "**/report.xml"

0 comments on commit c722c7d

Please sign in to comment.