mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-23 11:38:16 +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 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: smoke-tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_21, ubuntu_22, centos_7, centos_8, fedora_34]
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue