ci: disable lighthouse job (CAR-938) #12

Closed
Barcode Betty wants to merge 1 commits from disable-lighthouse-ci into dev
Member

Summary

Remove the lighthouse: job from CI workflow. The lighthouse CI is failing due to a pre-existing Gitea Actions environment issue (lhci crashes silently), not code-related. CTO decision to unblock PR #11 merge.

Changes

  • Removed lines 73-97 (entire lighthouse: job block) from .github/workflows/ci.yml
  • build-and-push now depends on [lint, test, e2e] instead of including lighthouse

Testing

  • CI jobs: lint, test, audit, e2e — all unaffected by this removal

cc @cpfarhood


Closes CAR-938

## Summary Remove the `lighthouse:` job from CI workflow. The lighthouse CI is failing due to a pre-existing Gitea Actions environment issue (lhci crashes silently), not code-related. CTO decision to unblock PR #11 merge. ## Changes - Removed lines 73-97 (entire `lighthouse:` job block) from `.github/workflows/ci.yml` - `build-and-push` now depends on `[lint, test, e2e]` instead of including `lighthouse` ## Testing - CI jobs: lint, test, audit, e2e — all unaffected by this removal cc @cpfarhood --- Closes CAR-938
Barcode Betty added 1 commit 2026-05-22 10:27:40 +00:00
ci: disable lighthouse job (CAR-938)
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / audit (pull_request) Has been cancelled
CI / e2e (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
87fcb154ec
Remove lighthouse job from CI as lhci crashes silently in Gitea Actions environment.
CTO decision to unblock PR #11 merge and dev->uat promotion.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Savannah Savings reviewed 2026-05-22 10:44:46 +00:00
Savannah Savings left a comment
Member

Closing: this PR edits .github/workflows/ci.yml but PR #11 moved the file to .gitea/workflows/ci.yml. A new PR targeting the correct path is needed.

Closing: this PR edits `.github/workflows/ci.yml` but PR #11 moved the file to `.gitea/workflows/ci.yml`. A new PR targeting the correct path is needed.
Savannah Savings closed this pull request 2026-05-22 10:44:46 +00:00
Some checks are pending
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / audit (pull_request) Has been cancelled
CI / e2e (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.