fix(ci): point browser smoke at isolated API
This commit is contained in:
@@ -204,6 +204,10 @@ jobs:
|
||||
CI: 'false'
|
||||
GENERATE_SOURCEMAP: 'false'
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
# NEXT_PUBLIC values are embedded during `next build`. The browser smoke
|
||||
# suite serves this prebuilt export, so it must target its isolated API
|
||||
# rather than the normal localhost development port.
|
||||
NEXT_PUBLIC_API_BASE_URL: http://localhost:5302/api
|
||||
# Build once, then make Playwright serve this exact export. A SIGSEGV-only retry preserves
|
||||
# the runner workaround without hiding an ordinary compiler or type-check failure.
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user