From ebba3d812f02402ff4fc842b5a8d9846efe10dfb Mon Sep 17 00:00:00 2001 From: Alex Anderson <191496+alxndrsn@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:08:03 +0300 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b40ea52b..2fd119bf 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'