Skip to content

Commit

Permalink
test(ical2json): Update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Jan 6, 2021
1 parent e1a144f commit 24b0be9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run report

- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ${{matrix.os}}-node-${{ matrix.node }}
parallel: true

0 comments on commit 24b0be9

Please sign in to comment.