From 72c638894f0acf3e39b548a74b12f102c2cb5781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 5 Feb 2025 12:14:07 +0800 Subject: [PATCH] chore(ci): enable Playwright browser installation in workflow --- .github/workflows/playwright.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 88c2a73..8503999 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -25,8 +25,8 @@ jobs: container: yanhao98/runner-images:pnpm-with-playwright steps: - uses: yanhao98/composite-actions/setup-node-environment@main - # - name: Install Playwright Browsers - # run: pnpm exec playwright install --with-deps + - name: Install Playwright Browsers + run: pnpm exec playwright install --with-deps - name: Run Playwright tests run: npx playwright test env: