Restore the step to install browsers
All checks were successful
Playwright Tests / test (pull_request) Successful in 15m35s
All checks were successful
Playwright Tests / test (pull_request) Successful in 15m35s
This commit is contained in:
parent
081c8eb9dd
commit
eb4e04737d
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
run: npm install -g pnpm && pnpm install
|
run: npm install -g pnpm && pnpm install
|
||||||
- name: Build the service that will be tested
|
- name: Build the service that will be tested
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
- name: Install Playwright Browsers
|
||||||
|
run: pnpm exec playwright install --with-deps
|
||||||
- name: Run the service that will be tested
|
- name: Run the service that will be tested
|
||||||
run: npm run start &
|
run: npm run start &
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user