GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 644 forks source link

chore: set jest max workers to 1 #985

Closed connorjclark closed 9 months ago

connorjclark commented 9 months ago

There are a few tests that I suspect squash each other when run in parallel. The previous value here set max to 2 (probably because the longest test by far - storybook - is not impacted), but that could still result in a problem.

ref #981