File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -493,16 +493,7 @@ jobs:
493
493
if : steps.cache-yarn.outputs.cache-hit != 'true'
494
494
run : yarn --frozen-lockfile
495
495
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
-
504
496
- name : Install Playwright OS dependencies
505
- if : steps.playwright-cache.outputs.cache-hit != 'true'
506
497
run : |
507
498
./test/node_modules/.bin/playwright install-deps
508
499
./test/node_modules/.bin/playwright install
@@ -566,16 +557,7 @@ jobs:
566
557
if : steps.cache-yarn.outputs.cache-hit != 'true'
567
558
run : yarn --frozen-lockfile
568
559
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
-
577
560
- name : Install Playwright OS dependencies
578
- if : steps.playwright-cache.outputs.cache-hit != 'true'
579
561
run : |
580
562
./test/node_modules/.bin/playwright install-deps
581
563
./test/node_modules/.bin/playwright install
You can’t perform that action at this time.
0 commit comments