Closed pixelmord closed 3 years ago
It is a working budget.json example: https://github.com/treosh/lighthouse-ci-action/actions?query=workflow%3ALHCI-assert-on-budget Is it possible that there's an edge case that we need to document or handle?
I was stuck on this until I realized I forgot to include a actions/checkout
step.
The duplicated repo name in the path is accurate—there isn’t a budget.json
to read if it was never checked out. 🤦♂️
The action does for some reason use an incorrect path to budget.json. The repo-name in the path is duplicated like so:
/home/runner/work/%REPO%/%REPO%/budget.json
Also happens in your demo here: https://github.com/denar90/lightouse-ci-netlify-preact/runs/891728484?check_suite_focus=true