Skip to content

Commit

Permalink
bump mikepenz/action-junit-report
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 15, 2024
1 parent 0f9dd91 commit 1ae653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: ctest --test-dir build -C ${{ matrix.config }}

- name: Publish test report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
report_paths: 'build/test/junit_*.xml'

Expand Down

0 comments on commit 1ae653b

Please sign in to comment.