Skip to content

Commit

Permalink
chore(ci): don't fail fast for build job
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rwaskiewicz committed Jun 30, 2023
1 parent 5d25538 commit e4f1db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4f1db9

Please sign in to comment.