mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
ci: attempt to resolve merge to master errors (#546)
This commit is contained in:
parent
327e6f5e51
commit
16c9f22546
1
.github/workflows/merge-to-master.yml
vendored
1
.github/workflows/merge-to-master.yml
vendored
@ -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…
Reference in New Issue
Block a user