We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4006654 commit 42c5b22Copy full SHA for 42c5b22
.github/workflows/build.yml
@@ -33,4 +33,4 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+ run: mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments