File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- name : project-v4-sample
1
+ name : run-test-e2e-for- project-v4-sample
2
2
3
3
on :
4
4
push :
8
8
test :
9
9
name : Run on Ubuntu
10
10
runs-on : ubuntu-latest
11
- env :
12
- KIND_K8S_VERSION : v1.29.0
13
- tools_k8s_version : 1.29.0
14
- kind_version : 0.22.0
15
11
steps :
16
12
- name : Clone the code
17
13
uses : actions/checkout@v4
21
17
with :
22
18
go-version : ' ~1.21'
23
19
24
- - name : Install Kind
25
- run : go install sigs.k8s.io/kind@v$kind_version
26
-
27
-
28
- - name : Install setup-envtest
29
- run : go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
30
-
31
- - name : Install e2e tools with setup-envtest
32
- run : setup-envtest use $tools_k8s_version
33
-
34
20
- name : Create kind cluster
35
21
run : kind create cluster
36
22
45
31
- name : Test
46
32
run : |
47
33
cd testdata/project-v4
48
- go get -u ./...
49
34
go mod tidy
50
35
make test-e2e
51
-
You can’t perform that action at this time.
0 commit comments