From fe3fbe95a161f9ecb2781f4cc245f9eff696094f Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Fri, 27 Feb 2026 20:39:45 +0100 Subject: [PATCH] fix(ci): don't block integration matrix on unit-test failures Unit tests have pre-existing failures unrelated to deployment mode testing. Run integration matrix after linting only so the matrix can expand and test each profile independently. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac3e535..214c129 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: integration-test: runs-on: ubuntu-latest - needs: [linting, unit-test] + needs: [linting] strategy: fail-fast: false matrix: