From 0efef5ad7143e84c31328d96a0daf25d9c114676 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Tue, 10 Oct 2023 15:49:25 +0200 Subject: [PATCH] Enable node cleanup for test-other-modules This job is fetching various docker images and can easily go out of available disk space --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d78115930b6f..beab44c41693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -438,6 +438,7 @@ jobs: - uses: ./.github/actions/setup with: cache: restore + cleanup-node: true - name: Maven Install run: | export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"