File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Run tests with coverage
107107 env :
108- NODE_OPTIONS : ' --no-warnings'
108+ NODE_OPTIONS : ' --no-warnings --max-old-space-size=8192 '
109109 NEXT_PUBLIC_APP_URL : ' https://www.sim.ai'
110110 DATABASE_URL : ' postgresql://postgres:postgres@localhost:5432/simstudio'
111111 ENCRYPTION_KEY : ' 7cf672e460e430c1fba707575c2b0e2ad5a99dddf9b7b7e3b5646e630861db1c' # dummy key for CI only
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Build application
129129 env :
130- NODE_OPTIONS : ' --no-warnings'
130+ NODE_OPTIONS : ' --no-warnings --max-old-space-size=8192 '
131131 NEXT_PUBLIC_APP_URL : ' https://www.sim.ai'
132132 DATABASE_URL : ' postgresql://postgres:postgres@localhost:5432/simstudio'
133133 STRIPE_SECRET_KEY : ' dummy_key_for_ci_only'
You can’t perform that action at this time.
0 commit comments