We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed2797 commit e3ec4bbCopy full SHA for e3ec4bb
.github/workflows/pr-java-ci.yml
@@ -36,5 +36,7 @@ jobs:
36
- name: Publish JUnit Report
37
uses: mikepenz/action-junit-report@v5
38
with:
39
+ check_name: 'JUnit Test Report'
40
+ report_paths: '**/target/surefire-reports/TEST-*.xml'
41
annotate_only: 'true'
42
include_passed: 'true'
0 commit comments