diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a73160c6ae..b822c0cb574 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: false # until https://github.com/cachix/cachix-action/issues/86 is fixed: - run: cachix watch-store ic-hs-test &