From e27614087d36d9ac9a93ce7367f7a871e40d5ecd Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:29:46 +0530 Subject: [PATCH] chore(ci): disable fail-fast to observe tests in all Node image runners --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8542a5d..2a69dce 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,6 +18,7 @@ jobs: matrix: node-version: [14.x, 16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + fail-fast: false steps: - uses: actions/checkout@v3