File tree Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,17 @@ concurrency:
3333 cancel-in-progress : true
3434
3535jobs :
36- prepare :
37- name : Prepare
36+ e2e-test :
37+ needs :
38+ - prepare
3839 runs-on : buildjet-2vcpu-ubuntu-2004
3940 steps :
4041 - name : Checkout
4142 uses : actions/checkout@v2
43+ with :
44+ submodules : recursive
4245
4346 - name : Setup Go Env
44- id : go
4547 uses : actions/setup-go@v4
4648 with :
4749 go-version : " 1.23"
@@ -50,33 +52,12 @@ jobs:
5052 run : |
5153 go install sigs.k8s.io/[email protected] 5254
53- - name : Launch Kind Cluster
54- env :
55- KIND_NODE_IMAGE : kindest/node:v1.18.20@sha256:38a8726ece5d7867fb0ede63d718d27ce2d41af519ce68be5ae7fcca563537ed
56- run : |
57- make kind-up
58-
5955 - name : Install Helm
6056 run : |
6157 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
6258 chmod 700 get_helm.sh
6359 ./get_helm.sh
6460
65- e2e-test :
66- needs :
67- - prepare
68- runs-on : buildjet-2vcpu-ubuntu-2004
69- steps :
70- - name : Checkout
71- uses : actions/checkout@v2
72- with :
73- submodules : recursive
74-
75- - name : Setup Go Env
76- uses : actions/setup-go@v4
77- with :
78- go-version : " 1.23"
79-
8061 - name : Login to Registry
8162 uses : docker/login-action@v1
8263 with :
You can’t perform that action at this time.
0 commit comments