Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bchabrier committed Oct 4, 2021
1 parent 50802e8 commit cc6722c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,16 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
flag-name: run-${{ matrix.test_number }}
parallel: true
github-token: ${{ secrets.github_token }}

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit cc6722c

Please sign in to comment.