Skip to content

Commit

Permalink
build: remove playwright cache config (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 authored Feb 2, 2025
1 parent d323227 commit 560c9fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
node-version: 20
cache: 'npm'

# 缓存 Playwright 的浏览器
- name: Cache Playwright browsers
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
playwright-${{ runner.os }}-
- run: npm ci
- uses: nrwl/nx-set-shas@v4

Expand Down

0 comments on commit 560c9fd

Please sign in to comment.