Skip to content

Commit 208733e

Browse files
committed
try to fix coveralls from complaining about already closed build
1 parent 3d87c72 commit 208733e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/nodejs.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ jobs:
4242
with:
4343
github-token: ${{ secrets.github_token }}
4444
parallel: true
45+
flag-name: ${{ matrix.node-version }}
46+
47+
finish:
48+
needs: build
49+
runs-on: ubuntu-latest
50+
steps:
4551
- name: Coveralls Finished
46-
if: success()
4752
uses: coverallsapp/github-action@master
4853
with:
49-
github-token: ${{ secrets.GITHUB_TOKEN }}
50-
parallel-finished: true
54+
github-token: ${{ secrets.GITHUB_TOKEN }}
55+
parallel-finished: true

0 commit comments

Comments
 (0)