From c0395f88176e919ec18546767e48d34bacb8c9fc Mon Sep 17 00:00:00 2001 From: Martin Migasiewicz <616250+martinm82@users.noreply.github.com> Date: Thu, 5 Jan 2023 23:25:44 +0100 Subject: [PATCH] chore: do not fail fast --- .github/workflows/node-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 2442d7b4b..dc41affec 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -18,7 +18,6 @@ jobs: if: ${{ github.actor != 'dependabot'}} runs-on: ubuntu-latest strategy: - fail-fast: true matrix: test: ['lint', 'citest'] node_version: ['12.x', '16.x']