Skip to content

Commit 16c9f22

Browse files
authored
ci: attempt to resolve merge to master errors (#546)
1 parent 327e6f5 commit 16c9f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge-to-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/setup-node@v1
2929
with:
3030
node-version: ${{ matrix.node-version }}
31+
- run: npm i -g nyc
3132
- run: npm ci
3233
- run: npm run build
3334
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)