We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1248e commit 8952b83Copy full SHA for 8952b83
.github/workflows/tests.yml
@@ -47,6 +47,12 @@ jobs:
47
name: test-reports-${{ matrix.os }}
48
path: komga/build/reports/tests/
49
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
+
56
- name: Conveyor - compute JDK module list
57
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')
58
uses: hydraulic-software/conveyor/actions/[email protected]
0 commit comments