From 626ad7fc900328f1f03fc82e84208b0b85b94393 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Thu, 23 Jan 2025 09:02:05 +0100 Subject: [PATCH] No issue: Try adding unit test report --- .github/workflows/maven.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b3ed4d6be..e71ce524e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -51,7 +51,13 @@ jobs: - name: Build with Maven run: mvn --show-version --batch-mode --no-transfer-progress clean verify - + + - name: Publish Test Report + uses: mikepenz/action-junit-report@v5 + if: success() || failure() # always run even if the previous step fails + with: + report_paths: '**/target/surefire-reports/TEST-*.xml' + - name: Upload to Nexus if: matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request' env: