From 80a14104c8a7a1c31cc8e4aeabe3bdd50953470b Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:56:32 -0800 Subject: [PATCH] Disable fail-fast in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67cbb21f38b0a..c5570a3dd5d8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node-version: - '20'