Open
Description
Currently, the CI pipeline reports success even when architectural tests fail (see attached screenshot for reference). This could lead to unnoticed regressions or violations of architectural constraints.
Expected Behavior:
CI should fail if any architectural test fails, ensuring architectural compliance is enforced automatically.
Proposed Action:
Update the CI configuration to treat architectural test failures as build failures.