Skip to content

Commit

Permalink
Merge pull request #423 from carvel-dev/runner-free-space
Browse files Browse the repository at this point in the history
Remove tools cache in github runner
  • Loading branch information
joaopapereira authored Oct 18, 2023
2 parents 340c86b + 65046c7 commit b4eb091
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
runs-on: ubuntu-latest
environment: DockerHub E2E
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit b4eb091

Please sign in to comment.