Skip to content

Commit 14c1151

Browse files
committed
enable experimental for conformance test
1 parent c8f2e8e commit 14c1151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: |
7676
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
7777
ngf_tag=${{ steps.ngf-meta.outputs.version }}
78+
if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
7879
make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
7980
working-directory: ./tests
8081

0 commit comments

Comments
 (0)