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
  • Loading branch information
Fryguy authored Nov 15, 2024
2 parents 468dd18 + 470c743 commit d08bbf3
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 d08bbf3

Please sign in to comment.