mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
chore: setting fail-fast to false in matrixed github actions (#2787)
This commit is contained in:
parent
34d7e62fbf
commit
825f700198
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user