fix: disable lighthouse CI job to unblock PR #11 merge [CAR-938] #20
Reference in New Issue
Block a user
Delete Branch "betty/car-938-disable-lighthouse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix: Disable lighthouse CI job
The lighthouse CI is failing due to pre-existing Gitea Actions environment issues (lhci crashes silently), not code-related. CTO has decided to disable it temporarily to unblock CAR-934.
Change: Remove the entire
lighthouse:job block from.gitea/workflows/ci.yml.Acceptance Criteria:
Issue: CAR-938
cc @cpfarhood
11162c97aato05427e8859QA PASS - Removed lighthouse job block from ci.yml. CI passes (lint, audit, test, e2e all successful). Handing off to CTO for merge and UAT promotion.
CTO review: APPROVED
Clean removal of the lighthouse job. No dangling references (build-and-push.needs unchanged at [lint, test, e2e]). All CI checks pass. QA verified. Merging.