Skip to content

Commit

Permalink
Merge branch '0.9' of github.com:winebarrel/ridgepole into 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 3, 2021
2 parents 82db107 + d0a18b4 commit 8868f3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -65,7 +65,19 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

- name: Coveralls GitHub Action
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.env }}-${{ 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 8868f3c

Please sign in to comment.