Skip to content

Commit 628c934

Browse files
committed
Disable analyze as it's not setup yet
1 parent a02c4e4 commit 628c934

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-pull-request-validation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
disable-animations: true
6969
script: ./gradlew --no-daemon --stacktrace connectedCheck
7070

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
71+
# - name: Analyze
72+
# env:
73+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
75+
# run: ./gradlew --no-daemon --stacktrace testCodeCoverageReport sonar
7676

7777
- name: Publish Development Version
7878
run: echo "TODO"

0 commit comments

Comments
 (0)