Continue running CI jobs if something fails

This commit is contained in:
Felipe Knorr Kuhn 2022-07-08 04:49:51 -07:00
parent 4638196977
commit 74b0d01b50

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 }}