Skip to content

Commit

Permalink
Merge pull request #767 from jrafanie/allow-71-72-ci-failures-for-now
Browse files Browse the repository at this point in the history
Allow test failures on 7.1 and 7.2 for now

(cherry picked from commit d08bbf3)
  • Loading branch information
Fryguy committed Nov 19, 2024
1 parent 3b8b017 commit cb1a7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: bin/setup
- name: Run tests
run: bundle exec rake
continue-on-error: ${{ matrix.rails-version == '7.2' || matrix.rails-version == '7.1'}}
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.0' }}
continue-on-error: true
Expand Down

0 comments on commit cb1a7f7

Please sign in to comment.