Update workflow to run app in background
Changed the `.github/workflows/workflow.yml` to run the application in the background during Github Actions workflow. This change will allow the Playwright tests to run while the app is still running, providing better efficiency and time management in the CI/CD process.
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Run App
|
- name: Run App
|
||||||
run: |
|
run: |
|
||||||
pnpm --filter web build:test
|
pnpm --filter web build:test
|
||||||
pnpm --filter web start:test
|
pnpm --filter web start:test &
|
||||||
|
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: pnpm run test
|
run: pnpm run test
|
||||||
|
|||||||
Reference in New Issue
Block a user