Skip to content

Commit 5e817a9

Browse files
committed
ci(jest): use --ci --maxWorkers=50%
1 parent 2c36c47 commit 5e817a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: yarn install --frozen-lockfile --ignore-scripts
119119

120120
- name: yarn test
121-
run: yarn test --ci --reporters="default" --reporters="github-actions"
121+
run: yarn test --ci --maxWorkers=50% --reporters="default" --reporters="github-actions"
122122

123123
env:
124124
CI: true
@@ -148,7 +148,7 @@ jobs:
148148
run: yarn install --frozen-lockfile --ignore-scripts
149149

150150
- name: yarn coverage
151-
run: yarn coverage
151+
run: yarn coverage --ci --maxWorkers=50%
152152

153153
- name: Coveralls
154154
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)