From f9b782276cfa45d4ed90304f9ab73c16e9458821 Mon Sep 17 00:00:00 2001 From: ron190 Date: Fri, 7 Jun 2024 00:32:05 +0200 Subject: [PATCH] Generate tests reports in same container --- .github/workflows/maven.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fec286033a..53eadce62c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -110,11 +110,8 @@ jobs: $DOCKER_RESOURCES/scripts/run-on-docker.sh ' mvn clean install -P tests \ sonar:sonar \ - org.pitest:pitest-maven:mutationCoverage - ' - $DOCKER_RESOURCES/scripts/run-on-docker.sh ' - mvn \ - surefire-report:report-only \ + org.pitest:pitest-maven:mutationCoverage\ + surefire-report:report \ surefire-report:failsafe-report-only \ javadoc:javadoc \ versions:dependency-updates-report