mirror of https://github.com/statping/statping
don't fail-fast on matrix build
parent
d0844427d4
commit
42f6a79b08
|
@ -102,6 +102,7 @@ jobs:
|
|||
needs: [ data, frontend ]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ linux ]
|
||||
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
||||
|
|
Loading…
Reference in New Issue