mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[Tests] disable fail-fast
This commit is contained in:
parent
678a827978
commit
fd78c0101e
1
.github/workflows/latest-npm.yml
vendored
1
.github/workflows/latest-npm.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- "11"
|
- "11"
|
||||||
|
1
.github/workflows/shellcheck.yml
vendored
1
.github/workflows/shellcheck.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
|||||||
shellcheck_matrix:
|
shellcheck_matrix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shell:
|
shell:
|
||||||
- bash
|
- bash
|
||||||
|
2
.github/workflows/windows-npm.yml
vendored
2
.github/workflows/windows-npm.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
name: 'MSYS nvm install'
|
name: 'MSYS nvm install'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
npm-node-version:
|
npm-node-version:
|
||||||
- '--lts'
|
- '--lts'
|
||||||
@ -84,6 +85,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
WSLENV: NVM_INSTALL_GITHUB_REPO:NVM_INSTALL_VERSION:/p
|
WSLENV: NVM_INSTALL_GITHUB_REPO:NVM_INSTALL_VERSION:/p
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
wsl-distrib:
|
wsl-distrib:
|
||||||
- Debian
|
- Debian
|
||||||
|
Loading…
Reference in New Issue
Block a user