Avoid unnecessary step of installing browsers
Some checks failed
Playwright Tests / test (pull_request) Failing after 4m51s
Some checks failed
Playwright Tests / test (pull_request) Failing after 4m51s
This commit is contained in:
parent
09ba8f90d0
commit
081c8eb9dd
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -19,8 +19,6 @@ jobs:
|
||||
run: npm install -g pnpm && pnpm install
|
||||
- name: Build the service that will be tested
|
||||
run: npm run build
|
||||
- name: Install Playwright Browsers
|
||||
run: pnpm exec playwright install --with-deps
|
||||
- name: Run the service that will be tested
|
||||
run: npm run start &
|
||||
- name: Run Playwright tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user