Skip to content

Commit

Permalink
Fix jacoco report paths 2 (#120)
Browse files Browse the repository at this point in the history
* fix(sonar-push.yml): update the action used to download test results artifact to use dawidd6/action-download-artifact@v2
feat(sonar-push.yml): add path parameter to specify the target directory for downloaded artifact

* chore(sonar-push.yml): update Maven command to skip tests during package phase to improve build performance
  • Loading branch information
jandroav authored Oct 25, 2023
1 parent 10aa323 commit 305c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
run: |
mvn -B -Daws.region="us-east-1" -Dsonar.login=$SONAR_TOKEN \
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} \
sonar:sonar
package -DskipTests sonar:sonar

0 comments on commit 305c8c3

Please sign in to comment.