ci: publish junit test report

This commit is contained in:
Gauthier Roebroeck 2025-07-28 16:06:48 +08:00
parent dc1248e9ad
commit 8952b83423

View file

@ -47,6 +47,12 @@ jobs:
name: test-reports-${{ matrix.os }}
path: komga/build/reports/tests/
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
- name: Conveyor - compute JDK module list
if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')
uses: hydraulic-software/conveyor/actions/build@v18.1