mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Disable fail-fast strategy for CI (show all failures).
This commit is contained in:
parent
7ce5fd1597
commit
6521ba2dd0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue