Skip to content

Commit 659c4c8

Browse files
fix(tests): install kubectl
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 8c05949 commit 659c4c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
run: make install-k3d
4545
working-directory: ./deployments/k3d
4646
- name: run integration tests
47+
uses: azure/setup-kubectl@v3
48+
with:
49+
version: v1.28.0
4750
run: BIN_DIR="./bin" make integration-tests
4851
- name: clean up k3d
4952
if: always()

0 commit comments

Comments
 (0)