From 6c5cd75eb5108f0a999bc4767646aae32046ca40 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Tue, 5 May 2020 17:37:04 -0700 Subject: [PATCH] Disable `fail-fast` for `ember-try` We shouldn't let a single failed job cancel the rest. It should still fail the run, but it's useful to see which ones are passing which ones aren't. I think this mostly mirrors the old Travis behavior. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f590c301a1..556ce4740e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,6 +80,7 @@ jobs: env: CI: 'true' strategy: + fail-fast: false matrix: scenario: - default-no-prototype-extensions