mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
ci: don't fail fast (#3173)
This allows all matrix builds to run, making it easier to understand if a given failure is specific to nodejs version(s), or more general. Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
a717c00b7b
commit
ebba3d812f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
- 5432:5432
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node:
|
||||
- '10'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user