Skip to content

Commit a858d85

Browse files
ark120202Perryvw
authored andcommitted
Update CI workflow (#735)
1 parent 68bccfc commit a858d85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
47

58
jobs:
69
lint:
@@ -32,7 +35,7 @@ jobs:
3235
- run: npm install --global npm@6
3336
- run: npm ci
3437
- run: npm run build
35-
- run: npx jest --coverage
38+
- run: npx jest --maxWorkers 2 --coverage
3639
env:
3740
CI: true
3841
- if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)