From 894281fb447c7cd9e2e22408d7f8b68fabc855be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B5=E6=91=87=E5=B0=8F=E5=AD=90?= <969409112@qq.com> Date: Tue, 4 Aug 2026 20:32:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Atest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93139a9..5e5507c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: run: pnpm test:e2e:build - name: Electron E2E tests - run: pnpm exec playwright test --grep-invert @visual + run: pnpm exec playwright test --grep-invert="@visual" env: WXE_E2E_CLOSE_DELAY_MS: 0