Disable cancelling all Node CI jobs if one of them failed (#1096)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/1096 Disable cancelling all Node CI jobs if one of them failed. This will help to detect whether build is failing on all OSes (linux, mac, windows) or only some of them. Reviewed By: mweststrate Differential Revision: D21370606 fbshipit-source-id: 86cb3f1a2eb45e2832c5770414c0ca58e0869b66
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8aab57b0ac
commit
fe1c52f2f7
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
||||
desktop-directory: ./desktop
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
||||
|
||||
Reference in New Issue
Block a user