Update run command in workflow

The .github/workflows/workflow.yml file has been updated to run the 'start:test' command in the background. This change was made to allow the workflow to continue running subsequent steps without waiting for the 'start:test' command to finish.
This commit is contained in:
giancarlo
2024-04-15 12:50:43 +08:00
parent a3fc153207
commit 63c818cc88

View File

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