mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 16:04:36 -04:00
fix: playwright installation command (#53900)
This commit is contained in:
4
.github/workflows/e2e-playwright.yml
vendored
4
.github/workflows/e2e-playwright.yml
vendored
@@ -136,9 +136,7 @@ jobs:
|
||||
run: npm i -g pm2
|
||||
|
||||
- name: Install playwright dependencies
|
||||
run: |
|
||||
npx playwright install
|
||||
npx playwright install-deps
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Run playwright tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user