Skip to content

Commit

Permalink
fix(tests): install kubectl
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Mar 11, 2024
1 parent deaddeb commit b5aa61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: make install-k3d
working-directory: ./deployments/k3d
- name: run integration tests
uses: azure/setup-kubectl@v3
run: BIN_DIR="./bin" make integration-tests
- name: clean up k3d
if: always()
Expand Down

0 comments on commit b5aa61d

Please sign in to comment.