PPA: Set fail-fast: false

See discussion/rationale on <https://github.com/openzim/libzim/pull/370>.
This commit is contained in:
Kunal Mehta 2020-07-16 06:04:01 -07:00 committed by GitHub
parent 98b372ee17
commit 4ee202514e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ jobs:
build-deb:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro: [ubuntu-groovy, ubuntu-focal, ubuntu-eoan]
steps: