Skip to content

Commit

Permalink
Update coveralls key
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 7, 2021
1 parent c913ab6 commit 309017e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
- gemfiles/faraday_0.16.gemfile
- gemfiles/faraday_0.17.gemfile
- gemfiles/faraday_1.0.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -35,17 +37,13 @@ jobs:
run: |
bundle config path vendor/bundle
bundle install
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
- name: Run tests
run: ${{ matrix.env }} bundle exec rake
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
run: bundle exec rake
- 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 }}
flag-name: run-${{ matrix.ruby }}-${{ matrix.gemfile }}
parallel: true
finish:
needs: build
Expand Down

0 comments on commit 309017e

Please sign in to comment.