Skip to content

Commit

Permalink
Add a cleanup step in sonar-scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jun 6, 2021
1 parent a68796b commit 2d95b6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,12 @@ jobs:
run: |
sonar-scanner \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
- name: Cleanup
run: |
rm -rf _build/programs/witness_node/witness_node
rm -rf _build/programs/cli_wallet/cli_wallet
rm -rf _build/tests/app_test
rm -rf _build/tests/chain_test
rm -rf _build/tests/cli_test
rm -rf _build/tests/es_test
df -h

0 comments on commit 2d95b6e

Please sign in to comment.