We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deaddeb commit b5aa61dCopy full SHA for b5aa61d
.github/workflows/ci.yaml
@@ -52,6 +52,7 @@ jobs:
52
run: make install-k3d
53
working-directory: ./deployments/k3d
54
- name: run integration tests
55
+ uses: azure/setup-kubectl@v3
56
run: BIN_DIR="./bin" make integration-tests
57
- name: clean up k3d
58
if: always()
0 commit comments