foo-software / lighthouse-check-action

GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
https://github.com/marketplace/actions/lighthouse-check
MIT License
480 stars 24 forks source link

Unable to use different threshold values for mobile and desktop device #116

Closed basantPayU closed 1 year ago

basantPayU commented 1 year ago

Describe the bug Failing Workflows by Enforcing Minimum Scores for different devices(mobile and Desktop)

Referring to the docs here, I am trying to create a job where in I enforce different scores for different devices, currently I don't see a way to do so.

adamhenson commented 1 year ago

Hello, this isn’t possible out of the box, however you should be able to create separate jobs for desktop and mobile respectively where you could specify different score failure thresholds.