Skip to content

Commit

Permalink
Merge pull request #702 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 authored Aug 22, 2023
2 parents f4900cf + f204879 commit 5c7890c
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,7 +43,7 @@ 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' &&
matrix.rails-version == '6.1' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v5

0 comments on commit 5c7890c

Please sign in to comment.