From 4cf5a1c73b03533e66e96ef0e14486e2f3093265 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Wed, 27 Sep 2023 15:11:36 +0200 Subject: [PATCH] chore: reclaim some space in the CI unit-tests job --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7786a7cd0..3445f1124 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -48,6 +48,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Reclaim some disk space + run: docker system prune --all --volumes -f - uses: actions/checkout@v3 - uses: actions/checkout@v3 with: