Continue running CI jobs if something fails

This commit is contained in:
Felipe Knorr Kuhn 2022-07-08 04:49:51 -07:00
parent 15ab134fa4
commit 1501dd23ab
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -11,6 +11,7 @@ jobs:
matrix:
node: ["16.16.0", "18.5.0"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}