From 475e558b08de05cf070830c614b79ca5bafbcb25 Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Fri, 19 Jul 2024 13:03:14 +0200 Subject: [PATCH] check kind cluster --- .github/workflows/e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 9db563fd..0685535b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -19,4 +19,5 @@ jobs: uses: helm/kind-action@v1.10.0 with: install_only: true + - run: kind get clusters - run: go test -v -race ./pkg/cache/... -tags="e2e"