disable fail-fast
This commit is contained in:
1
.github/workflows/the.yml
vendored
1
.github/workflows/the.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [16, 17]
|
node-version: [16, 17]
|
||||||
pnpm-script: [build, lint, test, typecheck]
|
pnpm-script: [build, lint, test, typecheck]
|
||||||
|
fail-fast: false
|
||||||
name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }})
|
name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user