Browse Source

fix: Cleanup

pull/6524/head
Muhammed Mustafa 1 year ago
parent
commit
ccc6f806d0
  1. 2
      tests/playwright/playwright.config.ts

2
tests/playwright/playwright.config.ts

@ -10,7 +10,7 @@ require('dotenv').config();
* See https://playwright.dev/docs/test-configuration.
*/
let workers = process.env.CI ? 2 : 4;
let workers = 4;
if (process.env.CI) {
if (process.env.E2E_DB_TYPE === 'sqlite') workers = 1;

Loading…
Cancel
Save