diff --git a/playwright.config.ts b/playwright.config.ts index 33c444a3..63689b0e 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = { retries: 2, globalSetup: './tests/global-setup', globalTeardown: './tests/global-teardown', - workers: process.env.CI ? 1 : undefined, + workers: process.env.CI ? 1 : '50%', reporter: process.env.CI ? 'list' : 'html', use: { baseURL: 'http://localhost:4173', diff --git a/src/routes/workouts/manage/exercises/(components)/SetsComponent.svelte b/src/routes/workouts/manage/exercises/(components)/SetsComponent.svelte index 51864f24..3580847c 100644 --- a/src/routes/workouts/manage/exercises/(components)/SetsComponent.svelte +++ b/src/routes/workouts/manage/exercises/(components)/SetsComponent.svelte @@ -183,7 +183,7 @@