Skip to content

Commit f9b7822

Browse files
committed
Generate tests reports in same container
1 parent 5306032 commit f9b7822

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/maven.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@ jobs:
110110
$DOCKER_RESOURCES/scripts/run-on-docker.sh '
111111
mvn clean install -P tests \
112112
sonar:sonar \
113-
org.pitest:pitest-maven:mutationCoverage
114-
'
115-
$DOCKER_RESOURCES/scripts/run-on-docker.sh '
116-
mvn \
117-
surefire-report:report-only \
113+
org.pitest:pitest-maven:mutationCoverage\
114+
surefire-report:report \
118115
surefire-report:failsafe-report-only \
119116
javadoc:javadoc \
120117
versions:dependency-updates-report

0 commit comments

Comments
 (0)