Skip to content

Commit

Permalink
build: finish Coveralls parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
emonkak committed May 16, 2024
1 parent 5ffbaac commit 5fa76da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ jobs:
file: ./coverage/clover.xml
flag-name: php-${{ matrix.php-version }}
parallel: true
finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Finish Coveralls parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 5fa76da

Please sign in to comment.