You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.