Skip to content

Commit 2614d86

Browse files
authored
Merge 211f8f5 into 13e91de
2 parents 13e91de + 211f8f5 commit 2614d86

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,6 @@ jobs:
378378
with:
379379
node-version: "14"
380380

381-
- name: Install playwright OS dependencies
382-
run: npx playwright install-deps
383-
384381
- name: Fetch dependencies from cache
385382
id: cache-yarn
386383
uses: actions/cache@v2
@@ -406,14 +403,8 @@ jobs:
406403
if: steps.cache-yarn.outputs.cache-hit != 'true'
407404
run: yarn --frozen-lockfile
408405

409-
# HACK: this shouldn't need to exist, but put it here anyway
410-
# in an attempt to solve Playwright cache failures.
411-
- name: Reinstall playwright
412-
if: steps.cache-yarn.outputs.cache-hit == 'true'
413-
run: |
414-
cd test/
415-
rm -r node_modules/playwright
416-
yarn install --check-files
406+
- name: Install Playwright OS dependencies
407+
run: yarn playwright install-deps
417408

418409
- name: Run end-to-end tests
419410
run: yarn test:e2e

0 commit comments

Comments
 (0)