fix: resolve issue with integration tests where lack of disk space caused k3s issues (#2804)

This commit is contained in:
Aaron Prindle 2023-10-17 18:02:30 -07:00 committed by GitHub
parent b6f14ae676
commit 458789f852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ jobs:
- k8s-executor-build-push integration-test-k8s
steps:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v1
with:
remove-android: 'true'
remove-dotnet: 'true'
remove-haskell: 'true'
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'