We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657cfab commit 1bde56bCopy full SHA for 1bde56b
1 file changed
.github/workflows/test.yaml
@@ -88,6 +88,16 @@ jobs:
88
with:
89
path: ${{ env.DOCKER_IMAGES_TAR }}
90
key: ${{ env.DOCKER_CACHE_KEY }}
91
+ - name: Free Disk Space (Ubuntu)
92
+ uses: jlumbroso/free-disk-space@v1.3.1
93
+ with:
94
+ tool-cache: false
95
+ android: true
96
+ dotnet: true
97
+ haskell: true
98
+ large-packages: true
99
+ docker-images: false
100
+ swap-storage: false
101
- name: Load Docker images
102
run: |
103
if [ -f $DOCKER_IMAGES_TAR ]; then
0 commit comments