Skip to content

ci: re-enable Lighthouse workflow when multei.com.br is back online #419

Description

@jimmyandrade

Context

The Lighthouse GitHub Actions workflow audits https://multei.com.br on every push. Production currently fails LHCI collect with CHROME_INTERSTITIAL_ERROR (Chrome interstitial / site unavailable), so the workflow was temporarily disabled (trigger changed from push to workflow_dispatch only).

Related:

Goal

Re-enable automatic Lighthouse runs on push once https://multei.com.br loads cleanly without a Chrome interstitial.

Suggested scope

  • Confirm https://multei.com.br responds successfully in a clean browser (no SSL/DNS/interstitial warning).
  • In .github/workflows/lighthouse.yml, restore on: [push] (keep workflow_dispatch optional if useful).
  • Remove or update the temporary-disable comments in that file.
  • Trigger a workflow run and confirm LHCI collect + artifact upload succeed.
  • Clear or update the related notes in TROUBLESHOOTING.md if the interstitial issue is resolved.

Acceptance criteria

  • Lighthouse workflow runs automatically on push again.
  • A recent run is green (or fails only on real Lighthouse score/assertions, not interstitial/toolchain).
  • lighthouseresults artifact is published.

Notes

  • Do not re-enable on push while the production URL still shows an interstitial or is otherwise unreachable to Chrome.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions