Skip to content

Commit

Permalink
ci: 🎑 update e2e test (#826)
Browse files Browse the repository at this point in the history
* ci: 🎑 update e2e test

* fix
  • Loading branch information
sunny0826 committed Dec 27, 2023
1 parent 5fd868f commit f592bb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:
- name: Setup Kind
uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.1"
version: "v0.20.0"

- 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 f592bb4

Please sign in to comment.