diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9005856..b8f98cc19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}