disable fail-fast

This commit is contained in:
MapleLeaf
2021-12-08 14:29:41 -06:00
parent e4caf3557e
commit a795b83586

View File

@@ -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: