Skip to content

Commit

Permalink
try to fix coveralls from complaining about already closed build
Browse files Browse the repository at this point in the history
  • Loading branch information
n0v1 authored and anonrig committed May 15, 2024
1 parent 8a5a339 commit 5d6d08e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
parallel: true
flag-name: ${{ matrix.node-version }}

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
if: success()
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 5d6d08e

Please sign in to comment.