From c117151b10634a999b60ee87e881276c78e2e712 Mon Sep 17 00:00:00 2001 From: Ozzy Osborne Date: Fri, 26 Jul 2024 11:19:19 -0400 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b3aa744..f5e32a0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -38,6 +38,17 @@ jobs: java: [8, 11, 17] jbang: [0.84.2] steps: + - name: Freee Disk Space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: false + - name: Checkout uses: actions/checkout@v2.3.4