Skip to content

Commit 52af920

Browse files
committed
ci: use parallel builds for coveralls
1 parent a1ca204 commit 52af920

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ jobs:
3535
- run: npm test
3636
- name: Coveralls
3737
uses: coverallsapp/github-action@v1
38+
with:
39+
parallel: true
40+
flag-name: ${{ matrix.node-version }}
41+
finish:
42+
needs: [ test ]
43+
runs-on: ubuntu-latest
44+
steps:
45+
- name: Close parallel build
46+
uses: coverallsapp/github-action@v1
47+
with:
48+
parallel-finished: true

0 commit comments

Comments
 (0)