Skip to content

Commit 268c521

Browse files
committed
increase max user proc
1 parent 945e168 commit 268c521

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@ jobs:
317317
- name: Debug
318318
run: ulimit -a
319319

320+
- name: Increase max user processes
321+
if: runner.os == 'macOS'
322+
run: ulimit -u 62080
323+
324+
- name: Debug
325+
run: ulimit -a
326+
320327
- name: Run tests
321328
run: node scripts/test.js -all
322329

0 commit comments

Comments
 (0)