Skip to content

Commit 21424f0

Browse files
Setup kubebuilder to run functional-tests in release workflow
1 parent 4e1f4b7 commit 21424f0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/functional-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/instascale-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
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

0 commit comments

Comments
 (0)