Skip to content

Commit

Permalink
Merge b4f5bab into 567160a
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Apr 28, 2023
2 parents 567160a + b4f5bab commit e0dd7bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -30,10 +30,9 @@ jobs:
npm run coveralls
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-node-${{ matrix.node }}
flag-name: node-${{ matrix.node }}
parallel: true

finish:
Expand All @@ -43,7 +42,7 @@ jobs:

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "node-14,node-16,node-17,node-18,node-19"

0 comments on commit e0dd7bc

Please sign in to comment.