From a795b835869983ac61a6e0952f047f5a076ffe43 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:29:41 -0600 Subject: [PATCH] disable fail-fast --- .github/workflows/the.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index cf2b8cb..52f2cb9 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -18,6 +18,7 @@ jobs: matrix: node-version: [16, 17] pnpm-script: [build, lint, test, typecheck] + fail-fast: false name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }}) runs-on: ubuntu-latest steps: