Skip to content

Commit

Permalink
Merge pull request #51 from silvermine/coveralls-parallel
Browse files Browse the repository at this point in the history
ci: use parallel builds for coveralls
  • Loading branch information
onebytegone authored May 2, 2024
2 parents b801310 + 0115061 commit 1df1370
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ jobs:
- run: npm test
- name: Coveralls
uses: coverallsapp/github-action@v1
with:
parallel: true
flag-name: ${{ matrix.node-version }}
finish:
needs: [ test ]
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v1
with:
parallel-finished: true

0 comments on commit 1df1370

Please sign in to comment.