Skip to content

Commit d981113

Browse files
authored
Merge pull request #1388 from opencast/redundant-workflow-step
Remove a redundant workflow step
2 parents bc30235 + 6b1b219 commit d981113

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.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)