Skip to content

Commit b7285e7

Browse files
fix ci oom error
1 parent 6832a73 commit b7285e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build
151151
env:
152152
NODE_OPTIONS: --max-old-space-size=4096
153-
run:
153+
run: jest --maxWorkers=2
154154
yarn install
155155
yarn build
156156
- name: Upload artifact

0 commit comments

Comments
 (0)