Skip to content

Commit

Permalink
ci: attempt to resolve merge to master errors
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Apr 20, 2024
1 parent 327e6f5 commit 1c1005a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c1005a

Please sign in to comment.