File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -128,5 +128,5 @@ jobs:
128
128
run : |
129
129
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
130
130
ngf_tag=${{ steps.ngf-meta.outputs.version }}
131
- make functional- test${{ matrix.nginx-image == 'nginx-plus' && '-nginx -plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
131
+ make test${{ matrix.nginx-image == 'nginx-plus' && '-with -plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
132
132
working-directory : ./tests
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ test: ## Runs the functional tests on your default k8s cluster
106
106
--pull-policy=$(PULL_POLICY ) --k8s-version=$(K8S_VERSION ) --service-type=$(GW_SERVICE_TYPE ) \
107
107
--is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL )
108
108
109
+ .PHONY : test-with-plus
110
+ test-with-plus : # # Runs the functional tests for NGF with NGINX Plus on your default k8s cluster
111
+ make test PLUS_ENABLED=true
112
+
109
113
.PHONY : cleanup-gcp
110
114
cleanup-gcp : cleanup-router cleanup-vm delete-gke-cluster # # Cleanup all GCP resources
111
115
You can’t perform that action at this time.
0 commit comments