Skip to content

Commit

Permalink
clean up disk space in gh action script
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed May 29, 2024
1 parent ff8ae9c commit 933b5b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
- name: Build Contracts
run: make build

- name: Clean up disk space
run: |
docker system prune -af
docker volume prune -f
sudo apt-get clean
sudo rm -rf /var/log/*.log
df -h
- name: Compilation
run: |
cd testing
Expand Down

0 comments on commit 933b5b2

Please sign in to comment.