Skip to content

Commit

Permalink
ci: use parallel builds for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed May 2, 2024
1 parent 03002b4 commit 0115061
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 0115061

Please sign in to comment.