ci: don't fail fast on dendrite failure

This commit is contained in:
Nicolas Werner 2023-09-18 17:19:05 +02:00
parent 3fb77383a3
commit c0c95b1d64
No known key found for this signature in database
1 changed files with 4 additions and 2 deletions

View File

@ -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
@ -36,8 +38,8 @@ jobs:
scripts/prepare.sh scripts/prepare.sh
scripts/test_driver.sh" scripts/test_driver.sh"
# coverage is done on the flutter-linux image because we setup olm there # coverage is done on the flutter-linux image because we setup olm there
# coverage_without_olm is done on dart images because why not :D # coverage_without_olm is done on dart images because why not :D
coverage: coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container: