Skip to content

Commit 945e168

Browse files
committed
debug
1 parent 46a5d3c commit 945e168

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,8 @@ jobs:
314314
- name: Version Check
315315
run: ./scripts/prebuilt.js
316316

317-
- name: Increase file descriptor limit
318-
if: runner.os == 'macOS'
319-
run: ulimit -n 4096
317+
- name: Debug
318+
run: ulimit -a
320319

321320
- name: Run tests
322321
run: node scripts/test.js -all

0 commit comments

Comments
 (0)