From 2415a0da147b6b90b64cdf446011c1dd21aa7208 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 2442d7b4..dc41affe 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']