ci: attempt to resolve merge to master errors (#546)

dependabot/npm_and_yarn/follow-redirects-1.15.6
Naor Peled 2 weeks ago committed by GitHub
parent 327e6f5e51
commit 16c9f22546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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