Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 28, 2024
1 parent a0490a3 commit 077663e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- run: df -h; lsblk
- uses: actions/checkout@v4
- run: df -h; lsblk
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: df -h; lsblk
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- run: df -h; lsblk
- name: cache go dependencies
uses: actions/cache@v4
with:
Expand All @@ -30,5 +34,7 @@ jobs:
key: go-${{ hashFiles('go.sum', 'Makefile', 'versions.mk') }}
restore-keys: |
go-
- run: df -h; lsblk
- run: make -C e2e setup-minikube-upstream-rook
- run: df -h; lsblk
- run: make -C e2e test-upstream-rook DOCKER_SAVE_PATH=/mnt

0 comments on commit 077663e

Please sign in to comment.