ci: add os name to junit test report

This commit is contained in:
Gauthier Roebroeck 2025-07-28 16:15:05 +08:00
parent 8952b83423
commit ba8345296c

View file

@ -52,6 +52,7 @@ jobs:
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
check_name: 'JUnit Test Report: ${{ matrix.os }}'
- name: Conveyor - compute JDK module list
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')