From b0ca26c7ab9d5d64d45c17fd551ece454d74e7ba Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Tue, 3 Oct 2023 21:03:25 +0100 Subject: [PATCH 1/2] renable disk-cleanup action step --- .github/workflows/test.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a73160c6ae..ba10ab959eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,23 +27,23 @@ jobs: name: ic-hs-test authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - # # Free up disk space on Ubuntu - # - name: Free Disk Space (Ubuntu) - # uses: insightsengineering/disk-space-reclaimer@v1 - # if: startsWith(matrix.os, 'ubuntu-') - # with: - # # this might remove tools that are actually needed, - # # if set to "true" but frees about 6 GB - # tool-cache: false + # Free up disk space on Ubuntu + - name: Free Disk Space (Ubuntu) + uses: insightsengineering/disk-space-reclaimer@v1 + if: startsWith(matrix.os, 'ubuntu-') + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false - # # all of these default to true, but feel free to set to - # # "false" if necessary for your workflow - # android: true - # dotnet: true - # haskell: true - # large-packages: true - # docker-images: true - # swap-storage: true + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true # until https://github.com/cachix/cachix-action/issues/86 is fixed: - run: cachix watch-store ic-hs-test & From 279415d606ce7a5bbbb45a7e7231acb5770a492b Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Tue, 3 Oct 2023 16:30:39 -0400 Subject: [PATCH 2/2] Update .github/workflows/test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba10ab959eb..b822c0cb574 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: haskell: true large-packages: true docker-images: true - swap-storage: true + swap-storage: false # until https://github.com/cachix/cachix-action/issues/86 is fixed: - run: cachix watch-store ic-hs-test &