Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GH Action workflow update (#287)
* parallel
* flag-name
  • Loading branch information
nickmerwin committed Apr 23, 2020
1 parent 3647673 commit 1615297
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -39,3 +39,15 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ${{matrix.os}}-node-${{ matrix.node }}
parallel: true

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

0 comments on commit 1615297

Please sign in to comment.