We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1f4b7 commit 21424f0Copy full SHA for 21424f0
.github/workflows/functional-test.yml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: init directories
25
run: mkdir -p "$(pwd)/bin"
26
-
27
- - name: Download kubebuilder
+
+ - name: Download kubebuilder
28
run: |
29
version=1.0.8
30
arch=amd64
@@ -49,7 +49,7 @@ jobs:
49
echo "USE_EXISTING_CLUSTER=false" >> $GITHUB_ENV
50
echo "KUBEBUILDER_ASSETS : $(./bin/setup-envtest use 1.23 -p path)"
51
echo "USE_EXISTING_CLUSTER : false"
52
53
- name: Test
54
run: go test -v ./functional-tests
55
.github/workflows/instascale-release.yml
@@ -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 ./...
56
# Update dependencies
57
- name: Commit go.mod and go.sum changes to the branch
0 commit comments