File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : init directories
25
25
run : mkdir -p "$(pwd)/bin"
26
-
27
- - name : Download kubebuilder
26
+
27
+ - name : Download kubebuilder
28
28
run : |
29
29
version=1.0.8
30
30
arch=amd64
49
49
echo "USE_EXISTING_CLUSTER=false" >> $GITHUB_ENV
50
50
echo "KUBEBUILDER_ASSETS : $(./bin/setup-envtest use 1.23 -p path)"
51
51
echo "USE_EXISTING_CLUSTER : false"
52
-
52
+
53
53
- name : Test
54
54
run : go test -v ./functional-tests
55
55
Original file line number Diff line number Diff line change 50
50
# Build and test repository to make sure that MCAD update didn't break anything
51
51
- name : Build
52
52
run : go build -o bin/manager main.go
53
- - name : Test
54
- run : go test -v ./...
55
53
56
54
# Update dependencies
57
55
- name : Commit go.mod and go.sum changes to the branch
You can’t perform that action at this time.
0 commit comments