ci: attempt to resolve merge to master errors

pull/546/head
Naor Peled 2 weeks ago
parent 327e6f5e51
commit 1c1005a2f4

@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g nyc
- run: npm ci
- run: npm run build
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js

Loading…
Cancel
Save