Browse Source

chore: disable fail fast on e2e

Karol Sójko 1 year ago
parent
commit
52db89de81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/common-e2e.yml

+ 2 - 2
.github/workflows/common-e2e.yml

@@ -21,7 +21,7 @@ jobs:
   e2e:
   e2e:
     name: (Self Hosting) E2E Test Suite
     name: (Self Hosting) E2E Test Suite
     strategy:
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
       matrix:
         secondary_db_enabled: [true, false]
         secondary_db_enabled: [true, false]
         transition_mode_enabled: [true, false]
         transition_mode_enabled: [true, false]
@@ -70,7 +70,7 @@ jobs:
   e2e-home-server:
   e2e-home-server:
     name: (Home Server) E2E Test Suite
     name: (Home Server) E2E Test Suite
     strategy:
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
       matrix:
         db_type: [mysql, sqlite]
         db_type: [mysql, sqlite]
         cache_type: [redis, memory]
         cache_type: [redis, memory]