Skip to content

Commit

Permalink
Merge pull request objectionary#2006 from mximp/patch-1
Browse files Browse the repository at this point in the history
Fail on Sonar results
  • Loading branch information
yegor256 authored Apr 19, 2023
2 parents a120319 + 785066a commit e117f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn --batch-mode -DskipTests -Dinvoker.skip verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run: mvn --batch-mode -DskipTests -Dinvoker.skip verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.qualitygate.wait=true

0 comments on commit e117f1a

Please sign in to comment.