Skip to content

Commit

Permalink
Run Coveralls only for Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Sep 8, 2021
1 parent ff6d5bf commit 131b117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
run: bundle exec rspec

- name: Coveralls
if: matrix.ruby-version == "2.6"
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: run-${{ matrix.ruby-version }}

prepare-to-publish:
needs: test
Expand Down

0 comments on commit 131b117

Please sign in to comment.