From 0012cb5b61a9b485824f47291aa389471689ba9e Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Thu, 14 Mar 2024 10:06:29 -0300 Subject: [PATCH] [ci] try to improve ci stability --- .github/workflows/test-suite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ef626c7fd201b..b07f1e19cd56c 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -199,6 +199,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + - name: 🧹 Cleanup GitHub Linux runner disk space + uses: ./.github/actions/cleanup-linux-disk-space - name: 🔨 Use JDK 17 uses: actions/setup-java@v3 with: