From 0fe97f86a4f730fa01b434e901829c298f269588 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}"