misc: force run e2e deploy tests with bundled server (#56513)

This PR forces the deployments used for e2e testing to use the bundled server.

Manual deploy run https://github.com/vercel/next.js/actions/runs/6430048350
This commit is contained in:
Jimmy Lai 2023-10-06 19:42:41 +02:00 committed by GitHub
parent 58db85fb02
commit c4c60b37f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,8 @@ export class NextDeployInstance extends NextInstance {
'NEXT_PRIVATE_TEST_MODE=e2e',
'--build-env',
'NEXT_TELEMETRY_DISABLED=1',
'--build-env',
'VERCEL_NEXT_BUNDLED_SERVER=1',
...additionalEnv,
'--force',
...vercelFlags,