mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 12:06:36 -05:00
chore: reorganise playwright config (#53884)
This commit is contained in:
committed by
GitHub
parent
e03b78666b
commit
074af6effb
2
.github/workflows/e2e-playwright.yml
vendored
2
.github/workflows/e2e-playwright.yml
vendored
@@ -137,7 +137,6 @@ jobs:
|
||||
|
||||
- name: Install playwright dependencies
|
||||
run: |
|
||||
cd ./e2e
|
||||
npx playwright install
|
||||
npx playwright install-deps
|
||||
|
||||
@@ -145,5 +144,4 @@ jobs:
|
||||
run: |
|
||||
pnpm run start-ci &
|
||||
sleep 10
|
||||
cd ./e2e
|
||||
npx playwright test --project=${{ matrix.browsers }}
|
||||
|
||||
Reference in New Issue
Block a user