From 7cca1437f14d67699292eb8a3581b82f29f9e156 Mon Sep 17 00:00:00 2001 From: ljupcovangelski Date: Thu, 15 Feb 2024 23:03:16 +0100 Subject: [PATCH] Try to cleanup space on the CI --- .github/workflows/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e07b03e8..63768a337 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |