Skip to content

Commit

Permalink
Call coveralls parallel-finished on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Sep 9, 2021
1 parent 113f70c commit 82e9f1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
flag-name: node${{ matrix.node }}
parallel: true

test-finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

build:
runs-on: ubuntu-latest
name: Build
Expand Down

0 comments on commit 82e9f1a

Please sign in to comment.