Skip to content

Commit 6351d77

Browse files
committed
Revert "Remove Playwright installation step from CI workflow"
This reverts commit 8dc8322.
1 parent e7f2915 commit 6351d77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27+
- name: Install Playwright browsers
28+
run: npx playwright install chromium
29+
2730
- name: Run linter
2831
run: npm run lint
2932

3033
- name: Run unit tests
31-
run: npm test
34+
run: npm test

0 commit comments

Comments
 (0)