CI: Disable fail-fast
This commit is contained in:
parent
4d231c1db0
commit
e6d3cdab12
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -4,6 +4,7 @@ jobs:
|
|||||||
dataservices-api:
|
dataservices-api:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pg_version: [10, 12]
|
pg_version: [10, 12]
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user