Skip to content

Commit

Permalink
chore: install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 11, 2025
1 parent f76869d commit 59635b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
node-version: 20
cache: 'npm'

# 安装 Playwright 浏览器和依赖
- name: Install Playwright
- run: npx playwright install --with-deps

- run: npm ci
- uses: nrwl/nx-set-shas@v4

Expand Down

0 comments on commit 59635b7

Please sign in to comment.