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 2aa6693 commit 5dfb1a7Copy full SHA for 5dfb1a7
.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 verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipTests=true
0 commit comments