Skip to content

Commit b5aa61d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: make install-k3d
5353
working-directory: ./deployments/k3d
5454
- name: run integration tests
55+
uses: azure/setup-kubectl@v3
5556
run: BIN_DIR="./bin" make integration-tests
5657
- name: clean up k3d
5758
if: always()

0 commit comments

Comments
 (0)