From 2443ae9fc16780434e5d42344cf410b41b596430 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Fri, 25 Aug 2023 11:21:54 -0400 Subject: [PATCH] ci: disable `fail-fast` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764ef56dc..70213a388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [macos-13, ubuntu-22.04, windows-2022] node: [16, 18, 20] - fail-fast: true + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout repository