Skip to content

Commit

Permalink
Remove tools cache in github runner
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Rewar <[email protected]>
  • Loading branch information
praveenrewar committed Oct 17, 2023
1 parent b772727 commit 49362d7
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/free-disk-space@main
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 49362d7

Please sign in to comment.