Skip to content

Commit

Permalink
Merge 5f8a841 into 50ba9fe
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 3, 2020
2 parents 50ba9fe + 5f8a841 commit ab2e281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12
with:
github-token: ${{ secrets.github_token }}
parallel: true
- uses: coverallsapp/github-action@master
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab2e281

Please sign in to comment.