Skip to content

Commit e2edbc7

Browse files
committed
Update main.yaml
1 parent cfbd50a commit e2edbc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Set up MongoDB URI
3434
run: echo "SPRING_DATA_MONGODB_URI=mongodb://localhost:27017/frontend" >> $GITHUB_ENV
3535

36-
sonar-cloud-scan:
37-
needs: testing
38-
uses: ./.github/workflows/sonarqube-scan.yaml
39-
secrets:
40-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36+
# sonar-cloud-scan:
37+
# needs: testing
38+
# uses: ./.github/workflows/sonarqube-scan.yaml
39+
# secrets:
40+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4141

4242
build-image:
4343
needs: testing

0 commit comments

Comments
 (0)