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 cfbd50a commit e2edbc7Copy full SHA for e2edbc7
.github/workflows/main.yaml
@@ -33,11 +33,11 @@ jobs:
33
- name: Set up MongoDB URI
34
run: echo "SPRING_DATA_MONGODB_URI=mongodb://localhost:27017/frontend" >> $GITHUB_ENV
35
36
- sonar-cloud-scan:
37
- needs: testing
38
- uses: ./.github/workflows/sonarqube-scan.yaml
39
- secrets:
40
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ # sonar-cloud-scan:
+ # needs: testing
+ # uses: ./.github/workflows/sonarqube-scan.yaml
+ # secrets:
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41
42
build-image:
43
needs: testing
0 commit comments