Skip to content

Commit a223de2

Browse files
committed
fix: remove cache playwright
1 parent 8f56a6e commit a223de2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -493,16 +493,7 @@ jobs:
493493
if: steps.cache-yarn.outputs.cache-hit != 'true'
494494
run: yarn --frozen-lockfile
495495

496-
- name: Cache Playwright binaries
497-
uses: actions/cache@v2
498-
id: playwright-cache
499-
with:
500-
path: |
501-
~/.cache/ms-playwright
502-
key: cache-playwright-linux-1.19.2-${{ secrets.PLAYWRIGHT_CACHE_VERSION }}
503-
504496
- name: Install Playwright OS dependencies
505-
if: steps.playwright-cache.outputs.cache-hit != 'true'
506497
run: |
507498
./test/node_modules/.bin/playwright install-deps
508499
./test/node_modules/.bin/playwright install
@@ -566,16 +557,7 @@ jobs:
566557
if: steps.cache-yarn.outputs.cache-hit != 'true'
567558
run: yarn --frozen-lockfile
568559

569-
- name: Cache Playwright binaries
570-
uses: actions/cache@v2
571-
id: playwright-cache
572-
with:
573-
path: |
574-
~/.cache/ms-playwright
575-
key: cache-playwright-linux-1.19.2-${{ secrets.PLAYWRIGHT_CACHE_VERSION }}
576-
577560
- name: Install Playwright OS dependencies
578-
if: steps.playwright-cache.outputs.cache-hit != 'true'
579561
run: |
580562
./test/node_modules/.bin/playwright install-deps
581563
./test/node_modules/.bin/playwright install

0 commit comments

Comments
 (0)