Skip to content

Commit

Permalink
Update sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil authored Nov 21, 2023
1 parent fcdf0c0 commit 6414ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
go mod tidy
go test -v -tags=integration -coverpkg=./... -cover -covermode atomic -coverprofile coverage.out ./... -json > coverage.json && cd -
echo "Cleaning go build cache"
go clean -cache
docker system prune -f
#echo "Cleaning go build cache"
#go clean -cache
#docker system prune -f
- name: Sonarqube Scan
uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit 6414ccd

Please sign in to comment.