Skip to content

Commit 77b55f5

Browse files
committed
Minor e2e test change
1 parent b070a0e commit 77b55f5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,6 @@ jobs:
583583
- run: yarn playwright:install
584584
working-directory: site
585585

586-
- run: yarn playwright:install-deps
587-
working-directory: site
588-
589586
- run: yarn playwright:test
590587
env:
591588
DEBUG: pw:api

site/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"format:write:only": "prettier --write",
1616
"lint": "jest --selectProjects lint",
1717
"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",
2019
"playwright:test": "playwright test --config=e2e/playwright.config.ts",
2120
"storybook": "start-storybook -p 6006",
2221
"storybook:build": "build-storybook",

0 commit comments

Comments
 (0)