Skip to content

Commit 6587afb

Browse files
fix(ci): Increase build application memory (#4140)
Co-authored-by: Theodore Li <theo@sim.ai>
1 parent e23557f commit 6587afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)