From e82b8575d1e2e38d5935cf91ac02c973fdad3477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 12 Sep 2025 12:14:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=B9=B6=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 7cda6f1..08a9788 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -18,6 +18,8 @@ jobs: uses: yanhao98/composite-actions/setup-node-environment@25eb4dc0c134cc9df2b7c569aa54140a366b45a8 # - name: 📥 安装 Playwright 浏览器 # run: pnpm exec playwright install --with-deps + - name: 🔄 更新依赖 + run: pnpm update --latest - name: 📦 构建项目 run: pnpm run build-only - name: ▶️ 运行 Playwright 测试