chore(ci): enable Playwright browser installation in workflow
All checks were successful
/ depcheck (push) Successful in 1m16s
/ build-and-deploy-to-vercel (push) Successful in 2m48s
/ surge (push) Successful in 1m2s
/ playwright (push) Successful in 2m4s

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: