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 <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Mar 11, 2024
1 parent 8c05949 commit 659c4c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: make install-k3d
working-directory: ./deployments/k3d
- name: run integration tests
uses: azure/setup-kubectl@v3
with:
version: v1.28.0
run: BIN_DIR="./bin" make integration-tests
- name: clean up k3d
if: always()
Expand Down

0 comments on commit 659c4c8

Please sign in to comment.