ci: disable fail-fast for integration tests
This commit is contained in:
parent
60caac4214
commit
1eacc09482
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user