Skip to content

Commit

Permalink
Merge pull request #766 from Fryguy/fix_broken_ci_yaml
Browse files Browse the repository at this point in the history
Fix broken ci.yaml

(cherry picked from commit 468dd18)
  • Loading branch information
jrafanie authored and Fryguy committed Nov 15, 2024
1 parent bf1d075 commit 3b8b017
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 @@ -49,6 +49,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version = '3.3' && matrix.rails-version == '7.0' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.0' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v9

0 comments on commit 3b8b017

Please sign in to comment.