From 52db89de815779fcebd5952dcf1763259abb1667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 7 Sep 2023 19:03:38 +0200 Subject: [PATCH] chore: disable fail fast on e2e --- .github/workflows/common-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index f601dd801..41840924c 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -21,7 +21,7 @@ jobs: e2e: name: (Self Hosting) E2E Test Suite strategy: - fail-fast: true + fail-fast: false matrix: secondary_db_enabled: [true, false] transition_mode_enabled: [true, false] @@ -70,7 +70,7 @@ jobs: e2e-home-server: name: (Home Server) E2E Test Suite strategy: - fail-fast: true + fail-fast: false matrix: db_type: [mysql, sqlite] cache_type: [redis, memory]