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 07a0e22 commit e7411d6Copy full SHA for e7411d6
.github/workflows/run-tests.yml
@@ -36,8 +36,8 @@ jobs:
36
restore-keys: ${{ runner.os }}-sonar
37
- name: "Test with Maven"
38
run: mvn --settings .maven.xml clean install -B -V
39
- - name: "SonarCloud Analyze"
40
- env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
43
- run: mvn clean -B verify -Ptest org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+# - name: "SonarCloud Analyze"
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+# run: mvn clean -B verify -Ptest org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments