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 a02c4e4 commit 628c934Copy full SHA for 628c934
.github/workflows/ci-pull-request-validation.yml
@@ -68,11 +68,11 @@ jobs:
68
disable-animations: true
69
script: ./gradlew --no-daemon --stacktrace connectedCheck
70
71
- - name: Analyze
72
- env:
73
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
75
- run: ./gradlew --no-daemon --stacktrace testCodeCoverageReport sonarqube
+# - name: Analyze
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+# run: ./gradlew --no-daemon --stacktrace testCodeCoverageReport sonar
76
77
- name: Publish Development Version
78
run: echo "TODO"
0 commit comments