Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c862a91

Browse files
committed
Limit jest process resources in CI
1 parent de917f0 commit c862a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Lint
4040
run: npm run lint
4141
- name: Test
42-
run: npm run test
42+
run: npm run test -- --maxConcurrency=50
4343
- name: Check license headers
4444
run: ./check-headers.sh

0 commit comments

Comments
 (0)