From 5105d35e7248fd327b04e0baa4d6f142b69a70d4 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 3 Feb 2025 13:35:57 +0300 Subject: [PATCH] revert process in the background --- client/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/playwright.config.ts b/client/playwright.config.ts index 7f54d357..50d8171b 100644 --- a/client/playwright.config.ts +++ b/client/playwright.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ webServer: { stdout: process.env.CI ? 'pipe' : 'ignore', command: process.env.CI - ? './AdGuardHome --local-frontend -v | tee ./AdGuardHome.stdout 2>./AdGuardHome.stderr &' + ? './AdGuardHome --local-frontend -v' : 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v', url: 'http://127.0.0.1:3000', cwd: '..',