Skip to content

Commit

Permalink
Setup kubebuilder to run functional-tests in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-bot[bot] committed Feb 21, 2024
1 parent 4e1f4b7 commit 21424f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: init directories
run: mkdir -p "$(pwd)/bin"
- name: Download kubebuilder

- name: Download kubebuilder
run: |
version=1.0.8
arch=amd64
Expand All @@ -49,7 +49,7 @@ jobs:
echo "USE_EXISTING_CLUSTER=false" >> $GITHUB_ENV
echo "KUBEBUILDER_ASSETS : $(./bin/setup-envtest use 1.23 -p path)"
echo "USE_EXISTING_CLUSTER : false"
- name: Test
run: go test -v ./functional-tests

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/instascale-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
# Build and test repository to make sure that MCAD update didn't break anything
- name: Build
run: go build -o bin/manager main.go
- name: Test
run: go test -v ./...

# Update dependencies
- name: Commit go.mod and go.sum changes to the branch
Expand Down

0 comments on commit 21424f0

Please sign in to comment.