Skip to content

Commit

Permalink
To resolve the "disk out of space" issue when testing policy bindings (
Browse files Browse the repository at this point in the history
…#1814)

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd authored Oct 16, 2023
1 parent 8338ac6 commit 9f28e1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,16 @@ jobs:
go-version: [ 1.21.x ]
os: [ ubuntu-latest ]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 9f28e1b

Please sign in to comment.