Skip to content

Commit

Permalink
fix: resolve issue with integration tests where lack of disk space ca…
Browse files Browse the repository at this point in the history
…used k3s issues (#2804)
  • Loading branch information
aaron-prindle committed Oct 18, 2023
1 parent b6f14ae commit 458789f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 458789f

Please sign in to comment.