From 79c0c9e5aa1d8576c14fba4c373a64edcd345429 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 30 Jul 2026 22:28:12 +0800 Subject: [PATCH] chore(ci): remove unnecessary Playwright install --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4e6187..6bdac62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,9 +34,6 @@ jobs: with: run_install: true - - name: Install Playwright - run: npx playwright install chromium - - name: Lint run: pnpm run lint