We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6915135 commit 3776ae0Copy full SHA for 3776ae0
.github/workflows/multiperl-test.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
JUNIT_TEST_FILE="/tmp/test-output.xml" ALLOW_PASSING_TODOS=1 yath test --renderer=Formatter --renderer=JUnit -D
85
- name: Publish test report
86
- uses: mikepenz/action-junit-report@v3
+ uses: mikepenz/action-junit-report@v4
87
if: always() # always run even if the previous step fails
88
with:
89
check_name: JUnit Report (${{ matrix.perl-version }})
0 commit comments