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