Skip to content

Commit

Permalink
Remove a redundant workflow step
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
JulianKniephoff committed Jun 19, 2024
1 parent 44afe77 commit 6b1b219
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install Playwright
run: npm i -D @playwright/test

- name: Install supported browsers
run: npx playwright install

Expand Down

0 comments on commit 6b1b219

Please sign in to comment.