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:
Anton Nikolaev
2020-05-04 04:10:02 -07:00
committed by Facebook GitHub Bot
parent 8aab57b0ac
commit fe1c52f2f7

View File

@@ -11,6 +11,7 @@ jobs:
desktop-directory: ./desktop
strategy:
fail-fast: false
matrix:
node-version: [12.x]
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']