ci: always disable fail-fast
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
4fcbfa7709
commit
a94b0504b7
|
@ -20,6 +20,7 @@ env:
|
|||
jobs:
|
||||
lint:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job:
|
||||
- pylint
|
||||
|
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
needs:
|
||||
- lint-golint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
type:
|
||||
- proxy
|
||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
- 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
Reference in New Issue