Skip to content

Commit

Permalink
Merge pull request #107 from donatj/coveralls-parallel-fix
Browse files Browse the repository at this point in the history
Fix Coveralls complaining about Parallel Builds
  • Loading branch information
donatj authored Dec 1, 2023
2 parents 09835e9 + c335891 commit 1f46696
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- run: npm run cover

- name: Coveralls
uses: coverallsapp/github-action@master
if: matrix.node-version == '20.x'
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f46696

Please sign in to comment.