Skip to content

Commit f1cb1a5

Browse files
joelanfordclaude
andcommitted
e2e: add catalog builder library and registry deployment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 572917c commit f1cb1a5

5 files changed

Lines changed: 1045 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ extension-developer-e2e: $(OPERATOR_SDK) $(KUSTOMIZE) #EXHELP Run extension crea
273273
test/extension-developer-e2e/setup.sh $(OPERATOR_SDK) $(CONTAINER_RUNTIME) $(KUSTOMIZE) ${LOCAL_REGISTRY_HOST} ${CLUSTER_REGISTRY_HOST}
274274
go test -count=1 -v ./test/extension-developer-e2e/...
275275

276-
UNIT_TEST_DIRS := $(shell go list ./... | grep -vE "/test/|/testutils")
276+
UNIT_TEST_DIRS := $(shell go list ./... | grep -vE "/test/|/testutils") $(shell go list ./test/internal/...)
277277
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
278278

279279
.PHONY: envtest-k8s-bins #HELP Uses setup-envtest to download and install the binaries required to run ENVTEST-test based locally at the project/bin directory.

0 commit comments

Comments
 (0)