Преглед изворни кода

fix: disable fail-fast on common e2e suite

Karol Sójko пре 1 година
родитељ
комит
f2e2030e85
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/common-e2e.yml

+ 1 - 0
.github/workflows/common-e2e.yml

@@ -55,6 +55,7 @@ jobs:
   e2e-home-server:
     name: (Home Server) E2E Test Suite
     strategy:
+      fail-fast: false
       matrix:
         db_type: [mysql, sqlite]
         cache_type: [redis, memory]