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]