We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87c72 commit 208733eCopy full SHA for 208733e
.github/workflows/nodejs.yml
@@ -42,9 +42,14 @@ jobs:
42
with:
43
github-token: ${{ secrets.github_token }}
44
parallel: true
45
+ flag-name: ${{ matrix.node-version }}
46
+
47
+ finish:
48
+ needs: build
49
+ runs-on: ubuntu-latest
50
+ steps:
51
- name: Coveralls Finished
- if: success()
52
uses: coverallsapp/github-action@master
53
- github-token: ${{ secrets.GITHUB_TOKEN }}
- parallel-finished: true
54
+ github-token: ${{ secrets.GITHUB_TOKEN }}
55
+ parallel-finished: true
0 commit comments