Skip to content

Commit 8dacdac

Browse files
chore(ci): limit max workers
1 parent af59772 commit 8dacdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
run: npm install
193193

194194
- name: Test
195-
run: npm run test:${{matrix.build-type}}
195+
run: npm run test:${{matrix.build-type}} -- --maxWorkers 4 --minWorkers 2 --maxConcurrency 2
196196

197197
test-example:
198198
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)