Skip to content

Commit cd44898

Browse files
committed
tmp
1 parent 713219b commit cd44898

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ jobs:
7070
- install-controller-tools
7171
# we're not using the go/test command from the Go orb because that uses `-count=1` as an argument.
7272
# That means all tests are run every time, instead of honoring the cache.
73+
- run:
74+
name: Install setup-envtest
75+
command: go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
76+
- run:
77+
name: install required tools
78+
command: setup-envtest use -p env && source <(setup-envtest use -p env) && echo $KUBEBUILDER_ASSETS
79+
- run: |
80+
echo $KUBEBUILDER_ASSETS
7381
- run:
7482
command: go test -race ./...
7583
- save-build-cache

0 commit comments

Comments
 (0)