Skip to content

Commit

Permalink
Merge 7f4e67f into 65b688a
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Apr 2, 2023
2 parents 65b688a + 7f4e67f commit 52726ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.env }}-${{ matrix.gemfile }}
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 52726ed

Please sign in to comment.