From 730c9b35b800cddb38472d02a6c76bc6a749b0f8 Mon Sep 17 00:00:00 2001 From: AlasDiablo <25723276+AlasDiablo@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:35:08 +0200 Subject: [PATCH] ci: correctly disable fail fast --- .github/workflows/lodex-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lodex-ci.yml b/.github/workflows/lodex-ci.yml index 5131bcf36..0c7f025c6 100644 --- a/.github/workflows/lodex-ci.yml +++ b/.github/workflows/lodex-ci.yml @@ -80,8 +80,8 @@ jobs: # Create a strategy matrix uses to test multiple versions of node and multiple subset tests strategy: + fail-fast: false matrix: - fail-fast: false node-version: [ 14.x ] test-phase: [ 'phase:one', 'phase:two', 'phase:three', 'phase:four' ] # Use this line to ignore the phase system