Skip to content

Commit 8dc8322

Browse files
committed
Remove Playwright installation step from CI workflow
1 parent 8e7b0bf commit 8dc8322

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

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

27-
- name: Install Playwright browsers
28-
run: npx playwright install chromium
29-
3027
- name: Run linter
3128
run: npm run lint
3229

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

0 commit comments

Comments
 (0)