mirror of https://github.com/waku-org/nwaku.git
chore: setting fail-fast to false in matrixed github actions (#2787)
This commit is contained in:
parent
77adfccd93
commit
005349ccfe
|
@ -52,6 +52,7 @@ jobs:
|
|||
needs: changes
|
||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rln_version: [1, 2]
|
||||
os: [ubuntu-latest, macos-13]
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
needs: changes
|
||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rln_version: [1, 2]
|
||||
os: [ubuntu-latest, macos-13]
|
||||
|
|
Loading…
Reference in New Issue