Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Aug 2, 2020
1 parent 2ed66fd commit 2b9c0bd
Show file tree
Hide file tree
Showing 3 changed files with 1,735 additions and 1,690 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run ci
- run: npm install coveralls@2 && cat ./coverage/lcov.info | coveralls

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 2b9c0bd

Please sign in to comment.