Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Feb 28, 2024
1 parent a81b421 commit 00bcc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-tests/src/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ const config: PlaywrightTestConfig = {
// committing the snapshot to the repository.
// * `npm run test:integration:update-golden-screenshots` for local testing.
updateSnapshots: 'none',
workers: process.env.CI ? 1 : 20,
workers: process.env.CI ? 2 : 20,
};
export default config;

0 comments on commit 00bcc7e

Please sign in to comment.