Skip to content

Commit

Permalink
GitHub Action: use v4 of junit report
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 29, 2024
1 parent 6915135 commit 3776ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
JUNIT_TEST_FILE="/tmp/test-output.xml" ALLOW_PASSING_TODOS=1 yath test --renderer=Formatter --renderer=JUnit -D
- name: Publish test report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
with:
check_name: JUnit Report (${{ matrix.perl-version }})
Expand Down

0 comments on commit 3776ae0

Please sign in to comment.