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
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Oct 12, 2023
1 parent 1c2d445 commit 7765243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ jobs:
go-version: [ 1.21.x ]
os: [ ubuntu-latest ]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 7765243

Please sign in to comment.