Skip to content

Commit

Permalink
Merge 03695d3 into 6d0b656
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 3, 2021
2 parents 6d0b656 + 03695d3 commit ed93e92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -69,3 +69,15 @@ jobs:
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.gemfile }}
parallel: true

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit ed93e92

Please sign in to comment.