Skip to content

Commit

Permalink
img size
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv committed Mar 3, 2025
1 parent af61a0e commit 403ecb1
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/operator-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,19 @@ jobs:
KIND_CLUSTER: "operator-e2e-cluster"

steps:
- name: Build
run: |
echo "Free space:"
df -h
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'

- name: Checkout code
uses: actions/checkout@v4

- name: Build
run: |
echo "Free space:"
df -h
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.9

- name: Build
run: |
echo "Free space:"
df -h
- name: Create KIND cluster
run: |
cat <<EOF | kind create cluster --name $KIND_CLUSTER --wait 10m --config=-
Expand Down

0 comments on commit 403ecb1

Please sign in to comment.