Skip to content

Commit

Permalink
Support parallel job
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed May 10, 2021
1 parent e582062 commit 1f8d6db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -16,3 +16,13 @@ jobs:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.node }}
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 1f8d6db

Please sign in to comment.