Skip to content

Commit

Permalink
Merge 4e61718 into bbfa2e0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 17, 2023
2 parents bbfa2e0 + 4e61718 commit d9dd446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -55,13 +55,13 @@ jobs:
- name: Coveralls Parallel
id: coveralls-parallel
continue-on-error: true
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: run-${{ matrix.node-version }}-${{ matrix.os }}

- name: Should Trigger coverallsapp/github-action@1.1.3
- name: Should Trigger coverallsapp/github-action@v2.0.0
id: coveralls-trigger
# https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#steps-context
# when continue-on-error failed, outcome is failure and conclusion is success
Expand All @@ -75,7 +75,7 @@ jobs:
if: needs.test.outputs.COVERALLS != 'failure'
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit d9dd446

Please sign in to comment.