Skip to content

Commit fce18a7

Browse files
committed
fix: kubectl missing during e2e test
1 parent e39a65b commit fce18a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
with:
5959
go-version-file: go.mod
6060

61+
- name: Install kubectl
62+
run: brew install kubectl
63+
6164
- name: Setup Docker via Colima
6265
uses: douglascamata/setup-docker-macos-action@v1
6366
with:

0 commit comments

Comments
 (0)