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
|
||||
env:
|
||||
DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
typecheck:
|
||||
name: ʦ TypeScript
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue