File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results
133
133
--plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=$(PLUS_USAGE_ENDPOINT )
134
134
135
135
.PHONY : test
136
- test : check-for-plus-usage-endpoint build-crossplane-image # # Runs the functional tests on your kind k8s cluster
136
+ test : build-crossplane-image # # Runs the functional tests on your kind k8s cluster
137
137
kind load docker-image nginx-crossplane:latest --name $(CLUSTER_NAME )
138
138
go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going --fail-on-pending \
139
139
--trace -r -v --buildvcs --force-newlines $(GITHUB_OUTPUT ) \
@@ -146,7 +146,7 @@ test: check-for-plus-usage-endpoint build-crossplane-image ## Runs the functiona
146
146
--plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=$(PLUS_USAGE_ENDPOINT )
147
147
148
148
.PHONY : test-with-plus
149
- test-with-plus : PLUS_ENABLED=true
149
+ test-with-plus : check-for-plus-usage-endpoint PLUS_ENABLED=true
150
150
test-with-plus : test # # Runs the functional tests for NGF with NGINX Plus on your default k8s cluster
151
151
152
152
.PHONY : cleanup-gcp
You can’t perform that action at this time.
0 commit comments