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