We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9315db commit 092e096Copy full SHA for 092e096
.github/workflows/test-e2e.yml
@@ -154,7 +154,7 @@ jobs:
154
run: devbox run -- kubectl version
155
156
- name: Apply CRDs
157
- run: devbox run -- kubectl apply -f deploy/crds
+ run: devbox run -- make install
158
159
- name: Run CI E2E tests
160
run: devbox run -- ./scripts/launch-ci-e2e.sh
Makefile
@@ -194,7 +194,7 @@ unit-test: manifests
194
test/int: envtest manifests
195
AKO_INT_TEST=1 KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) $(GINKGO)
196
197
-test/int/clusterwide: envtest
+test/int/clusterwide: envtest manifests
198
199
200
envtest: envtest-assets
0 commit comments