Skip to content

Commit

Permalink
Try to cleanup space on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Feb 15, 2024
1 parent 7f7459d commit 7cca143
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ jobs:
run: |
bazel test --test_tag_filters=-lint //...
- name: Check disk
- name: Cleanup space
run: |
df -h
cd / && du -d 1 -h 2>/dev/null
sudo apt-get autoremove -y
sudo apt-get clean
du -d 1 -h /usr/local/share/
du -d 1 -h /opt/
docker images prune -a
df -h
- name: Build all artifacts
run: |
Expand Down

0 comments on commit 7cca143

Please sign in to comment.