ci: disable lighthouse job (CAR-938) #12
Reference in New Issue
Block a user
Delete Branch "disable-lighthouse-ci"
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?
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
lighthouse:job block) from.github/workflows/ci.ymlbuild-and-pushnow depends on[lint, test, e2e]instead of includinglighthouseTesting
cc @cpfarhood
Closes CAR-938
Closing: this PR edits
.github/workflows/ci.ymlbut PR #11 moved the file to.gitea/workflows/ci.yml. A new PR targeting the correct path is needed.Pull request closed