From 8952b83423d29d94bf526a472390d59696ce77fb Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 28 Jul 2025 16:06:48 +0800 Subject: [PATCH] ci: publish junit test report --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9885f2a5..52b0866f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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