From d09b45c621bebee3f22188307d1b0df0f6bf46f0 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 11 Jun 2025 11:59:07 +0200 Subject: [PATCH] Update actions settings. Signed-off-by: Olga Maciaszek-Sharma --- .github/workflows/maven.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4440cf2920..8ff4256099 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,12 +31,12 @@ jobs: - name: Build with Maven run: ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -B -Psonar,spring,integration -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 - if: always() # always run even if the previous step fails - with: - report_paths: '**/surefire-reports/TEST-*.xml' - - name: Archive code coverage results - uses: actions/upload-artifact@v4 - with: - name: surefire-reports - path: '**/surefire-reports/*' \ No newline at end of file + uses: mikepenz/action-junit-report@v5 + if: always() # always run even if the previous step fails + with: + report_paths: '**/surefire-reports/TEST-*.xml' + - name: Archive code coverage results + uses: actions/upload-artifact@v4 + with: + name: surefire-reports + path: '**/surefire-reports/*' \ No newline at end of file