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 2323
2424 - name : init directories
2525 run : mkdir -p "$(pwd)/bin"
26-
27- - name : Download kubebuilder
26+
27+ - name : Download kubebuilder
2828 run : |
2929 version=1.0.8
3030 arch=amd64
4949 echo "USE_EXISTING_CLUSTER=false" >> $GITHUB_ENV
5050 echo "KUBEBUILDER_ASSETS : $(./bin/setup-envtest use 1.23 -p path)"
5151 echo "USE_EXISTING_CLUSTER : false"
52-
52+
5353 - name : Test
5454 run : go test -v ./functional-tests
5555
Original file line number Diff line number Diff line change 5050 # Build and test repository to make sure that MCAD update didn't break anything
5151 - name : Build
5252 run : go build -o bin/manager main.go
53- - name : Test
54- run : go test -v ./...
5553
5654 # Update dependencies
5755 - name : Commit go.mod and go.sum changes to the branch
You can’t perform that action at this time.
0 commit comments