Skip to content

Commit da4514f

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

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
@@ -52,6 +52,9 @@ jobs:
5252
run: make install-k3d
5353
working-directory: ./deployments/k3d
5454
- name: run integration tests
55+
uses: azure/setup-kubectl@v3
56+
with:
57+
version: v1.28.0
5558
run: BIN_DIR="./bin" make integration-tests
5659
- name: clean up k3d
5760
if: always()

0 commit comments

Comments
 (0)