Build and start the application
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
This commit is contained in:
parent
b1cec97389
commit
4c2f514e8b
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install -g pnpm && pnpm install
|
run: npm install -g pnpm && pnpm install
|
||||||
|
- name: Build and start the service that will be tested
|
||||||
|
run: npm run build && npm run start &
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: pnpm exec playwright install --with-deps
|
run: pnpm exec playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user