You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
When I ran this I was surprised to see no PWA score, and a different score to that I see in-browser.
At first I thought, it's likely just because I'm targetting the non-canonical URL for my site, so I duplicated a GitHub action to use the canonical URL. It's still the same score.
So I opened Chrome things change, maybe my score went down. Except it hasn't changed. I run it again for desktop instead of mobile and I do see 96 instead of 95, so closer to the output of this tool.
It looks like this is an issue with HTTPS I've got another zip with the live site results in. Funny thing is that even with HTTPS both github pages and my own site say they fail HTTPS but do not specify why. There is no mixed content I can find in browser.
Fixesjakejarvis#25 when I run from my computer
```
docker run --name lighthouse-action --workdir /github/workspace --rm -e OUTPUT_PATH=/github/workspace -e INPUT_URL=https://www.lewiscowles.co.uk -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE=/github/workspace -e GITHUB_ACTION -e GITHUB_EVENT_PATH=/dev/null -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v $(pwd):"/github/workspace" lighthouse-action
```
Obviously a lot I'm missing having just lifted this from the Github action namespace, and a little confused how `INPUT_URL` is mapped to `REPORT_URL` etc, but it worked to give me my 100 score 😁
Firstly thanks for making this really cool thing.
When I ran this I was surprised to see no PWA score, and a different score to that I see in-browser.
At first I thought, it's likely just because I'm targetting the non-canonical URL for my site, so I duplicated a GitHub action to use the canonical URL. It's still the same score.
So I opened Chrome things change, maybe my score went down. Except it hasn't changed. I run it again for desktop instead of mobile and I do see 96 instead of 95, so closer to the output of this tool.
lighthouse-reports.zip
The text was updated successfully, but these errors were encountered: