mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Disable fail fast, allowing tests to run despite failures on a particular distro - it is easier to retry failed tests these day
This commit is contained in:
parent
c7108a632c
commit
2bd3366bb1
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: smoke-tests
|
needs: smoke-tests
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_21, ubuntu_22, centos_7, centos_8, fedora_34]
|
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_21, ubuntu_22, centos_7, centos_8, fedora_34]
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user