File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ concurrency:
3333 cancel-in-progress : true
3434
3535jobs :
36- prepare :
37- name : Prepare
36+ e2e-test :
3837 runs-on : buildjet-2vcpu-ubuntu-2004
3938 steps :
4039 - name : Checkout
4140 uses : actions/checkout@v2
41+ with :
42+ submodules : recursive
4243
4344 - name : Setup Go Env
44- id : go
4545 uses : actions/setup-go@v4
4646 with :
4747 go-version : " 1.23"
@@ -50,33 +50,12 @@ jobs:
5050 run : |
5151 go install sigs.k8s.io/[email protected] 5252
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-
5953 - name : Install Helm
6054 run : |
6155 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
6256 chmod 700 get_helm.sh
6357 ./get_helm.sh
6458
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-
8059 - name : Login to Registry
8160 uses : docker/login-action@v1
8261 with :
You can’t perform that action at this time.
0 commit comments