From 97d0e2ff1c2299d1a0f9349dc520ffbfd3340924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Mon, 27 Jan 2025 17:38:24 -0500 Subject: [PATCH] Add jlumbroso/free-disk-space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: EddĂș MelĂ©ndez --- .github/workflows/spring-ai-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spring-ai-integration-tests.yml b/.github/workflows/spring-ai-integration-tests.yml index ba2c1b0..16f53d5 100644 --- a/.github/workflows/spring-ai-integration-tests.yml +++ b/.github/workflows/spring-ai-integration-tests.yml @@ -288,6 +288,10 @@ jobs: TESTCONTAINERS_QUIET: true # Additional quieting for testcontainers steps: - uses: actions/checkout@v4 + - name: Free Disk Space + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 + with: + large-packages: false - name: Configure Testcontainers run: | mkdir -p $HOME