Skip to content

Commit

Permalink
chore: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 29, 2021
1 parent 0188799 commit 6230aec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
postgres:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
ruby_version: ["2.5", "2.7"]
services:
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
mysql:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7"]
steps:
Expand Down

0 comments on commit 6230aec

Please sign in to comment.