From 6414ccd057e5c0db380e890a42da1704d3d33e15 Mon Sep 17 00:00:00 2001 From: Nithin Puthenveettil Date: Tue, 21 Nov 2023 13:24:16 +0530 Subject: [PATCH] Update sonarqube.yml --- .github/workflows/sonarqube.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 2cdb38d0e..ed664c1b2 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -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