File tree 8 files changed +8
-8
lines changed
cronjob-tutorial/testdata/project
getting-started/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image
project-v4-with-deploy-image
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ test: manifests generate fmt vet envtest ## Run tests.
73
73
# - PROMETHEUS_INSTALL_SKIP=true
74
74
# - CERT_MANAGER_INSTALL_SKIP=true
75
75
.PHONY : test-e2e
76
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
76
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
77
77
@command -v kind > /dev/null 2>&1 || { \
78
78
echo " Kind is not installed. Please install Kind manually." ; \
79
79
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ test: manifests generate fmt vet envtest ## Run tests.
146
146
# - PROMETHEUS_INSTALL_SKIP=true
147
147
# - CERT_MANAGER_INSTALL_SKIP=true
148
148
.PHONY: test-e2e
149
- test-e2e: ## Run the e2e tests. Expected an isolated environment using Kind.
149
+ test-e2e: manifests generate fmt vet ## Run the e2e tests. Expected an isolated environment using Kind.
150
150
@command -v kind >/dev/null 2>&1 || { \
151
151
echo "Kind is not installed. Please install Kind manually."; \
152
152
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ test: manifests generate fmt vet envtest ## Run tests.
69
69
# - PROMETHEUS_INSTALL_SKIP=true
70
70
# - CERT_MANAGER_INSTALL_SKIP=true
71
71
.PHONY : test-e2e
72
- test-e2e : # # Run the e2e tests. Expected an isolated environment using Kind.
72
+ test-e2e : manifests generate fmt vet # # Run the e2e tests. Expected an isolated environment using Kind.
73
73
@command -v kind > /dev/null 2>&1 || { \
74
74
echo " Kind is not installed. Please install Kind manually." ; \
75
75
exit 1; \
You can’t perform that action at this time.
0 commit comments