fix(ci): remove redundant Playwright browser cache cleanup from workflows

This commit is contained in:
GitHub Actions
2026-02-04 14:42:17 +00:00
parent cc3a679094
commit 7bb88204d2
2 changed files with 0 additions and 655 deletions

View File

@@ -200,9 +200,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Clean Playwright browser cache
run: rm -rf ~/.cache/ms-playwright
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
@@ -366,9 +363,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Clean Playwright browser cache
run: rm -rf ~/.cache/ms-playwright
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
@@ -532,9 +526,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Clean Playwright browser cache
run: rm -rf ~/.cache/ms-playwright
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5