File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,12 @@ jobs:
36
36
- name : Set up Go
37
37
uses : actions/setup-go@v4
38
38
with :
39
- go-version : ' 1.19 '
39
+ go-version : " 1.20 "
40
40
41
41
- name : Install Go dependencies
42
- run : go install github.com/onsi/ginkgo/v2/ginkgo
42
+ run : |
43
+ go install github.com/onsi/ginkgo/v2/ginkgo
44
+ go install sigs.k8s.io/kwok/cmd/{kwok,kwokctl}@v0.3.0
43
45
44
46
- name : Download kind
45
47
run : curl --insecure -Lo /usr/local/bin/kind https://kind.sigs.k8s.io/dl/v0.16.0/kind-linux-amd64
48
50
run : make local-up
49
51
50
52
- name : Run tests
51
- run : KUBECONFIG=$HOME/.kube/kubeadmiral/kubeadmiral.config EXTRA_GINKGO_FLAGS="--procs=3 -v" make e2e
53
+ run : KUBECONFIG=$HOME/.kube/kubeadmiral/kubeadmiral.config EXTRA_GINKGO_FLAGS="--procs=3 -v" EXTRA_E2E_FLAGS="--cluster-provider=kind" make e2e
52
54
53
55
lint :
54
56
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments