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 <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-02-27 20:39:45 +01:00
parent 8fe7d81e57
commit fe3fbe95a1
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
integration-test:
runs-on: ubuntu-latest
needs: [linting, unit-test]
needs: [linting]
strategy:
fail-fast: false
matrix: