We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23557f commit 6587afbCopy full SHA for 6587afb
1 file changed
.github/workflows/test-build.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Run tests with coverage
107
env:
108
- NODE_OPTIONS: '--no-warnings'
+ NODE_OPTIONS: '--no-warnings --max-old-space-size=8192'
109
NEXT_PUBLIC_APP_URL: 'https://www.sim.ai'
110
DATABASE_URL: 'postgresql://postgres:postgres@localhost:5432/simstudio'
111
ENCRYPTION_KEY: '7cf672e460e430c1fba707575c2b0e2ad5a99dddf9b7b7e3b5646e630861db1c' # dummy key for CI only
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Build application
129
130
131
132
133
STRIPE_SECRET_KEY: 'dummy_key_for_ci_only'
0 commit comments