Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ovhemert committed Nov 9, 2020
1 parent 3e0cc86 commit 57dfa66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
run: npm install
- name: Run Tests
run: npm test
- name: Coveralls
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
env:
COVERALLS_FLAG_NAME: run-${{ matrix.os }}-${{ matrix.node-version }}
with:
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
github-token: ${{ secrets.github_token }}
parallel: true
finish:
Expand Down

0 comments on commit 57dfa66

Please sign in to comment.