Skip to content

Commit 6b1b219

Browse files
Remove a redundant workflow step
This project already depends on `@playwright/test`, so there is no need to explicitly install it, much less save it in `devDependencies`. It should already come with the preceding run of `npm ci`.
1 parent 44afe77 commit 6b1b219

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/playwright-test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: npm ci
2727

28-
- name: Install Playwright
29-
run: npm i -D @playwright/test
30-
3128
- name: Install supported browsers
3229
run: npx playwright install
3330

0 commit comments

Comments
 (0)