From efb2efcb4f1a5ed75a3ac0017846b8fdc6d2e20d Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Thu, 13 Jul 2023 08:19:06 -0500 Subject: [PATCH] chore(ci): don't fail fast for build job (#363) this commit prevents the build job from failing fast (i.e. if '2' in the stencil_version matrix fails, the rest of the jobs will not fail). this ought to allow us to root our stencil version-based errors more easily if an error pertains to a single version --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ab021f..d42ab58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ jobs: build: name: (stencil-sass with Stencil version ${{ matrix.stencil_version }}) strategy: + fail-fast: false matrix: # Run with multiple different versions of Stencil in parallel: # 1. DEFAULT - uses the version of Stencil written in `package-lock.json`, keeping the same version used by the