ci: don't fail fast on dendrite failure
This commit is contained in:
parent
3fb77383a3
commit
c0c95b1d64
|
|
@ -18,6 +18,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
homeserver: [synapse, dendrite, conduit]
|
homeserver: [synapse, dendrite, conduit]
|
||||||
|
# since the dendrite job is optional, actually run all tests to the end instead of failing on first error.
|
||||||
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue