Skip to content

Commit e7411d6

Browse files
committed
Skip SonarCloud Analyze
1 parent 07a0e22 commit e7411d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
restore-keys: ${{ runner.os }}-sonar
3737
- name: "Test with Maven"
3838
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
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

0 commit comments

Comments
 (0)