chore(build): don't stop other FE builds when one is broken

This commit is contained in:
Phan An 2022-07-29 10:24:55 +02:00
parent 62131da997
commit 3f5d95b0af
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -11,6 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [ 14, 16, 17 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
steps: