Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2022-07-25 23:57:30 +0300
committerAdam Warner <me@adamwarner.co.uk>2022-07-25 23:57:30 +0300
commit2bd3366bb121e1d6f837a9d652cbf74835878436 (patch)
tree387f811bb6b3de4ccc08f66aada369a3e68c755d /.github
parentc7108a632cb7c053d3dd1249a3abe62699cc0afc (diff)
Disable fail fast, allowing tests to run despite failures on a particular distro - it is easier to retry failed tests these day
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 308997d7..4c1c5960 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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: