Skip to content

Commit

Permalink
ci: 🎡 update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Dec 27, 2023
1 parent 5fd868f commit e77bd50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,18 @@ jobs:
- name: Setup Kind
uses: engineerd/[email protected]
with:
version: "v0.11.1"
version: "v0.20.0"
run: |
kind get clusters
- name: Setup 2nd Kind
run: |
kind create cluster --image kindest/node:v1.20.15 --name 2nd-kind --kubeconfig 2nd-kind
kind create cluster --image kindest/node:v1.24.15 --name 2nd-kind --kubeconfig 2nd-kind
kind get clusters
- name: Setup 3rd Kind
run: |
kind create cluster --image kindest/node:v1.19.16 --name 3rd-kind --kubeconfig 3rd-kind
kind create cluster --image kindest/node:v1.21.14 --name 3rd-kind --kubeconfig 3rd-kind
kind get clusters
- name: E2E Test
Expand Down

0 comments on commit e77bd50

Please sign in to comment.