We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bccfc commit a858d85Copy full SHA for a858d85
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches: master
6
+ pull_request:
7
8
jobs:
9
lint:
@@ -32,7 +35,7 @@ jobs:
32
35
- run: npm install --global npm@6
33
36
- run: npm ci
34
37
- run: npm run build
- - run: npx jest --coverage
38
+ - run: npx jest --maxWorkers 2 --coverage
39
env:
40
CI: true
41
- if: matrix.os == 'ubuntu-latest'
0 commit comments