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
MrMarCode committed May 20, 2024
1 parent 4a80d29 commit 9844793
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 @@ -35,3 +35,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 9844793

Please sign in to comment.