Skip to content

Commit 4340f37

Browse files
committed
ci: make the playwright install available to npm run test
1 parent 5001b5b commit 4340f37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Type checking
6161
run: npm run check-types
6262

63+
- name: Install Playwright (used for Storybook and E2E tests)
64+
run: npx playwright install --with-deps
65+
6366
- name: Run unit tests
6467
run: npm run test -- --coverage
6568

@@ -68,9 +71,6 @@ jobs:
6871
env:
6972
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7073

71-
- name: Install Playwright (used for Storybook and E2E tests)
72-
run: npx playwright install --with-deps
73-
7474
- name: Run storybook tests
7575
run: npm run test-storybook:ci
7676

0 commit comments

Comments
 (0)