Skip to content

Commit e3ec4bb

Browse files
committed
Add:
check_name: 'JUnit Test Report' report_paths:'**/target/surefire-reports/TEST-*.xml'
1 parent 5ed2797 commit e3ec4bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-java-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
- name: Publish JUnit Report
3737
uses: mikepenz/action-junit-report@v5
3838
with:
39+
check_name: 'JUnit Test Report'
40+
report_paths: '**/target/surefire-reports/TEST-*.xml'
3941
annotate_only: 'true'
4042
include_passed: 'true'

0 commit comments

Comments
 (0)