瀏覽代碼

chore: fix e2e to fail fast

Karol Sójko 1 年之前
父節點
當前提交
8b04216998
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: false
+      fail-fast: true
       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: false
+      fail-fast: true
       matrix:
       matrix:
         db_type: [mysql, sqlite]
         db_type: [mysql, sqlite]
         cache_type: [redis, memory]
         cache_type: [redis, memory]