Increase Node heap to 4GB for unit tests in CI to prevent OOM
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0a21a74321
commit
54d1c92b09
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -49,6 +49,7 @@ jobs:
|
||||||
run: npm run test:run
|
run: npm run test:run
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test
|
DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test
|
||||||
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|
||||||
typecheck:
|
typecheck:
|
||||||
name: ʦ TypeScript
|
name: ʦ TypeScript
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue