Merge pull request #3782 from vector-im/gha-integration-debug

ci: disable fail-fast for integration tests
This commit is contained in:
Benoit Marty 2021-08-31 10:42:58 +02:00 committed by GitHub
commit 7d37ff5eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
name: Integration Tests (Synapse)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
api-level: [21, 30]
steps: