Skip to content

Commit

Permalink
Remove sonar host configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed May 14, 2024
1 parent 3f583da commit 23ddf9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend_sonar_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
npm install
npm run test:coverage
# Running with docker
#
# - name: Run SonarQube Scanner
# run: |
# docker run --rm \
Expand All @@ -49,4 +51,4 @@ jobs:
projectBaseDir: govtool/frontend
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_HOST_URL: https://sonarcloud.io

0 comments on commit 23ddf9e

Please sign in to comment.