From f0308c7d3e1bab78a0c566b855943b40adfdd75b Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Sat, 12 Apr 2025 04:16:34 +0200 Subject: [PATCH] ci: add report --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b667eba..72c8ce0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,3 +106,11 @@ jobs: with: name: test-results path: build/reports/tests/test + + - name: Publish Test Report + uses: dorny/test-reporter@v1 + if: always() + with: + name: JUnit Tests + path: build/test-results/test/TEST-*.xml + reporter: java-junit \ No newline at end of file