Skip to content

Commit 160d35b

Browse files
kate-osbornKate Osborn
authored and
Kate Osborn
committed
Move check for plus usage endpoint to correct spot (#2904)
Problem: #2902 moved check-for-plus-usage-endpoint dependency to the wrong Makefile target which caused the pipelines on main to fail. Solution: Move check-for-plus-usage-endpoint` dependency to the right target.
1 parent b99cc98 commit 160d35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ test: build-crossplane-image ## Runs the functional tests on your kind k8s clust
146146
--plus-license-file-name=$(PLUS_LICENSE_FILE) --plus-usage-endpoint=$(PLUS_USAGE_ENDPOINT)
147147

148148
.PHONY: test-with-plus
149-
test-with-plus: check-for-plus-usage-endpoint PLUS_ENABLED=true
150-
test-with-plus: test ## Runs the functional tests for NGF with NGINX Plus on your default k8s cluster
149+
test-with-plus: PLUS_ENABLED=true
150+
test-with-plus: check-for-plus-usage-endpoint test ## Runs the functional tests for NGF with NGINX Plus on your default k8s cluster
151151

152152
.PHONY: cleanup-gcp
153153
cleanup-gcp: cleanup-router cleanup-vm delete-gke-cluster ## Cleanup all GCP resources

0 commit comments

Comments
 (0)