Set fail fast to false on the frontend jobs

This commit is contained in:
Felipe Knorr Kuhn 2022-07-08 05:13:26 -07:00
parent 1501dd23ab
commit a5e4b09e64
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

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