Skip to content

Commit

Permalink
Fix CI 'if' ruby-version check for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Aug 22, 2023
1 parent 673cd7d commit 96c5b8a
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 @@ -44,6 +44,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 96c5b8a

Please sign in to comment.