From 12c7213d5fa695888e7dfb9a7322d0f22d056109 Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Tue, 7 Nov 2023 00:40:24 +0100 Subject: [PATCH] test --- wallets/metamask/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/metamask/playwright.config.ts b/wallets/metamask/playwright.config.ts index a78144d13..955cfaf5c 100644 --- a/wallets/metamask/playwright.config.ts +++ b/wallets/metamask/playwright.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ forbidOnly: !!process.env.CI, // Opt out of parallel tests on CI. - workers: process.env.CI ? 1 : undefined, + workers: undefined, // Concise 'dot' for CI, default 'html' when running locally. // See https://playwright.dev/docs/test-reporters.