Skip to content

Commit ba83452

Browse files
committed
ci: add os name to junit test report
1 parent 8952b83 commit ba83452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
if: always()
5353
with:
5454
report_paths: '**/build/test-results/test/TEST-*.xml'
55+
check_name: 'JUnit Test Report: ${{ matrix.os }}'
5556

5657
- name: Conveyor - compute JDK module list
5758
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)