ci: disable fail-fast for integration tests

This commit is contained in:
Arun Babu Neelicattu 2021-08-03 16:12:51 +02:00 committed by GitHub
parent 60caac4214
commit 1eacc09482
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) name: Integration Tests (Synapse)
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
api-level: [21, 30] api-level: [21, 30]
steps: steps: