We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be61b28 + 16d6365 commit af4f351Copy full SHA for af4f351
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
31
- name: Publish test report
32
if: always()
33
- uses: mikepenz/action-junit-report@v6.4.1
+ uses: mikepenz/action-junit-report@v6.4.2
34
with:
35
check_name: test-report-java
36
report_paths: '**/target/surefire-reports/TEST-*.xml'
0 commit comments