Skip to content

Commit 13d404b

Browse files
committed
Tweak playwright CI install
1 parent de8eb28 commit 13d404b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ jobs:
167167
npm-ci-flags: '--legacy-peer-deps'
168168

169169
# See https://playwright.dev/python/docs/ci#caching-browsers
170-
- name: Cache Playwright browser
171-
id: cache-browser
172-
uses: actions/cache@v3
173-
with:
174-
path: /home/runner/.cache/ms-playwright
175-
key: ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }}
170+
# - name: Cache Playwright browser
171+
# id: cache-browser
172+
# uses: actions/cache@v3
173+
# with:
174+
# path: /home/runner/.cache/ms-playwright
175+
# key: ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }}
176176

177-
- name: Install playwright deps
177+
- name: Install playwright
178178
run: playwright install --with-deps ${{ matrix.browser }}
179179

180180
- name: Run testsuite

0 commit comments

Comments
 (0)