fix(ci): point browser smoke at isolated API
CI and Deploy / test (push) Failing after 3m32s
CI and Deploy / deploy (push) Has been skipped

This commit is contained in:
cesnimda
2026-08-31 22:37:45 +02:00
parent 19a89018a0
commit d7366f9bd7
4 changed files with 9 additions and 2 deletions
+4
View File
@@ -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: |