Skip to content

Commit

Permalink
Merge pull request #877 from jrafanie/quinteros_lock_ci_code_coverage…
Browse files Browse the repository at this point in the history
…_if_ruby_30

[QUINTEROS] Fixup CI 'if' ruby-version check for 3.0
  • Loading branch information
bdunne committed Aug 22, 2023
2 parents ddc6b60 + b3dcc57 commit 4cd9379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}"
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v5

0 comments on commit 4cd9379

Please sign in to comment.