Skip to content

Commit

Permalink
Generate tests reports in same container
Browse files Browse the repository at this point in the history
  • Loading branch information
ron190 committed Jun 6, 2024
1 parent 5306032 commit f9b7822
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b7822

Please sign in to comment.