Skip to content

Commit

Permalink
free less disk
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Sep 26, 2024
1 parent cc306af commit 67997f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
- uses: jlumbroso/free-disk-space@main # need space for images to build
with:
docker-images: false
large-packages: false # would save 4.8GiB but takes O(mins)
- name: checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -161,7 +160,6 @@ jobs:
- uses: jlumbroso/free-disk-space@main # need space for mq broker and image
with:
docker-images: false
large-packages: false # would save 4.8GiB but takes O(mins)
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -292,7 +290,6 @@ jobs:
- uses: jlumbroso/free-disk-space@main # need space for mq broker and image
with:
docker-images: false
large-packages: false # would save 4.8GiB but takes O(mins)
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -391,7 +388,6 @@ jobs:
- uses: jlumbroso/free-disk-space@main # need space for mq broker and image
with:
docker-images: false
large-packages: false # would save 4.8GiB but takes O(mins)
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -496,7 +492,6 @@ jobs:
- uses: jlumbroso/free-disk-space@main # need space for mq broker and image
with:
docker-images: false
large-packages: false # would save 4.8GiB but takes O(mins)
- uses: actionhippie/swap-space@v1
with:
size: 10G
Expand Down

0 comments on commit 67997f5

Please sign in to comment.