From 25c668dd92c950dc7b80b97b256b6d696ec67a00 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 15 Mar 2024 09:35:13 +0000 Subject: [PATCH] ci: don't fail fast 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f93b816d..cf11c5155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'