File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -378,9 +378,6 @@ jobs:
378
378
with :
379
379
node-version : " 14"
380
380
381
- - name : Install playwright OS dependencies
382
- run : npx playwright install-deps
383
-
384
381
- name : Fetch dependencies from cache
385
382
id : cache-yarn
386
383
uses : actions/cache@v2
@@ -406,14 +403,8 @@ jobs:
406
403
if : steps.cache-yarn.outputs.cache-hit != 'true'
407
404
run : yarn --frozen-lockfile
408
405
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
417
408
418
409
- name : Run end-to-end tests
419
410
run : yarn test:e2e
You can’t perform that action at this time.
0 commit comments