asD
This commit is contained in:
9
.github/workflows/test-e2e.yml
vendored
9
.github/workflows/test-e2e.yml
vendored
@@ -45,5 +45,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test-e2e]
|
||||
steps:
|
||||
- name: Delete kind cluster
|
||||
run: kind delete cluster
|
||||
- name: Install the latest version of kind
|
||||
run: |
|
||||
curl -Lo ./kind https://kind.sigs.k8s.io/dl/latest/kind-linux-arm64
|
||||
chmod +x ./kind
|
||||
sudo mv ./kind /usr/local/bin/kind
|
||||
- name: Delete kind cluster
|
||||
run: kind delete cluster
|
||||
|
||||
Reference in New Issue
Block a user