File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -583,9 +583,6 @@ jobs:
583
583
- run : yarn playwright:install
584
584
working-directory : site
585
585
586
- - run : yarn playwright:install-deps
587
- working-directory : site
588
-
589
586
- run : yarn playwright:test
590
587
env :
591
588
DEBUG : pw:api
Original file line number Diff line number Diff line change 15
15
"format:write:only" : " prettier --write" ,
16
16
"lint" : " jest --selectProjects lint" ,
17
17
"lint:fix" : " FIX=true yarn lint" ,
18
- "playwright:install" : " playwright install" ,
19
- "playwright:install-deps" : " playwright install-deps" ,
18
+ "playwright:install" : " playwright install --with-deps chromium" ,
20
19
"playwright:test" : " playwright test --config=e2e/playwright.config.ts" ,
21
20
"storybook" : " start-storybook -p 6006" ,
22
21
"storybook:build" : " build-storybook" ,
You can’t perform that action at this time.
0 commit comments