chore(ci): enable Playwright browser installation in workflow

This commit is contained in:
严浩
2025-02-05 12:14:07 +08:00
parent f98225aebf
commit 72c638894f

View File

@@ -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: