Skip to content

Commit

Permalink
Set continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakui committed Aug 31, 2024
1 parent 9be48fa commit 395da46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
mysql:
continue-on-error: true
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
run: bundle exec rspec spec/mysql2_spec.rb

postgresql:
continue-on-error: true
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 395da46

Please sign in to comment.