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 d8698b8 commit 2eaf107
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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
uses: coverallsapp/github-action@master
env:
COVERALLS_FLAG_NAME: run-${{ matrix.os }}-${{ matrix.node-version }}
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
with:
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
github-token: ${{ secrets.github_token }}
parallel: true
finish:
Expand Down

0 comments on commit 2eaf107

Please sign in to comment.