Explorar o código

fix: disable fail-fast on common e2e suite

Karol Sójko hai 1 ano
pai
achega
f2e2030e85
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]