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:
Chris Parsons 2026-03-29 10:13:25 -07:00
parent 0a21a74321
commit 54d1c92b09

View file

@ -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