diff --git a/.devops/code-review-pipelines.yml b/.devops/code-review-pipelines.yml index 82f75ce..c6975b5 100644 --- a/.devops/code-review-pipelines.yml +++ b/.devops/code-review-pipelines.yml @@ -43,7 +43,7 @@ steps: jdkArchitectureOption: 'x64' publishJUnitResults: false testResultsFiles: '**/surefire-reports/TEST-*.xml' - goals: 'package' + goals: 'clean verify' sonarQubeRunAnalysis: true sqMavenPluginVersionChoice: latest