1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

ci: attempt to resolve merge to master errors

This commit is contained in:
Naor Peled 2024-04-20 14:53:39 +03:00
parent 327e6f5e51
commit 1c1005a2f4

View File

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