From 37bdc59479729966e1e65ea392d4af0c782921f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannis=20Pag=C3=A8s?= Date: Tue, 7 May 2024 10:20:31 +0200 Subject: [PATCH] chore(ci): make node tests run independently --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b4dc23..e4e3886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: name: Unit tests runs-on: ubuntu-latest strategy: + fail-fast: false matrix: php: ["8.1", "8.2"] steps: