Skip to content

Commit 8952b83

Browse files
committed
ci: publish junit test report
1 parent dc1248e commit 8952b83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
name: test-reports-${{ matrix.os }}
4848
path: komga/build/reports/tests/
4949

50+
- name: Publish Test Report
51+
uses: mikepenz/action-junit-report@v5
52+
if: always()
53+
with:
54+
report_paths: '**/build/test-results/test/TEST-*.xml'
55+
5056
- name: Conveyor - compute JDK module list
5157
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')
5258
uses: hydraulic-software/conveyor/actions/[email protected]

0 commit comments

Comments
 (0)