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 4142162 commit fcdf0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
#!/bin/bash
echo "Prune docker resources - to get some free memory"
docker system prune --volumes -f
docker system prune -f
echo "Starting Postgres"
sudo systemctl start postgresql.service
Expand All @@ -40,6 +40,7 @@ jobs:
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 fcdf0c0

Please sign in to comment.