Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-16 17:47:56 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-01-07 20:08:00 +0300
commit43ae0791f74f68e02850201a64a6af693657b241 (patch)
tree299e4e84408d5578d442cc2e83a81e5136da7c95 /.github
parentfd0a802ec468ec7b98d6c15934c355fef0e7ff60 (diff)
CI: add `fail-fast: false`
This will allow all builds to run even if one fails PR-URL: https://github.com/npm/cli/pull/601 Credit: @XhmikosR Close: #601 Reviewed-by: @ruyadorno
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7c2c475e0..542b90dfa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on: [push]
jobs:
build:
strategy:
+ fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest]