Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/e2e-e2b-2.4.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ jobs:
config: ./test/kind-conf.yaml
version: ${{ env.KIND_VERSION }}

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a463835c85853a126f5d # v1.3.1
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6GB
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

- name: Cache Docker images
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/e2e-e2b-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ jobs:
config: ./test/kind-conf.yaml
version: ${{ env.KIND_VERSION }}

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a463835c85853a126f5d # v1.3.1
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6GB
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

- name: Cache Docker images
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
Expand Down
Loading
Loading