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:
giancarlo
2024-04-13 03:06:02 +08:00
parent 5ecf0e97da
commit 31a8d68809

View File

@@ -89,7 +89,7 @@ jobs:
- name: Run App
run: |
pnpm --filter web build:test
pnpm --filter web start:test
pnpm --filter web start:test &
- name: Run Playwright tests
run: pnpm run test