From 2f6ab7b77310d46c0b48e02992a02b2d682094c7 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:26:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=A8=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=AF=BC=E5=87=BA=E6=B5=8B=E8=AF=95=E4=B8=8E=20Playwr?= =?UTF-8?q?ight=20=E6=B5=8F=E8=A7=88=E5=99=A8=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5066f6..93139a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Install Playwright Chromium + run: pnpm exec playwright install chromium + - name: Type check run: pnpm typecheck