Skip to content

Commit ebba3d8

Browse files
authored
ci: don't fail fast (brianc#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>
1 parent a717c00 commit ebba3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- 5432:5432
3636
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3737
strategy:
38+
fail-fast: false
3839
matrix:
3940
node:
4041
- '10'

0 commit comments

Comments
 (0)