mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
ci: add os name to junit test report
This commit is contained in:
parent
8952b83423
commit
ba8345296c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue