Skip to content

Commit

Permalink
disable junit result
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jun 24, 2022
1 parent 27d54fb commit 16f7879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
sonarQubeRunAnalysis: true
Expand Down

0 comments on commit 16f7879

Please sign in to comment.