Skip to content

Commit

Permalink
sonar commented in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythter committed Sep 15, 2024
1 parent 336500d commit 694e150
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run unit tests
run: npm run test:cover

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonarcloud.io
# - name: SonarQube Scan
# uses: sonarsource/sonarqube-scan-action@master
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_HOST_URL: https://sonarcloud.io

0 comments on commit 694e150

Please sign in to comment.