Update command to run app in background

The command to run the app in the .github/workflows/workflow.yml file has been updated. "pnpm run dev" now runs in the background, allowing it to progress alongside subsequent commands in the workflow. This change is expected to enhance the efficiency of the workflow process.
This commit is contained in:
giancarlo
2024-04-13 15:54:34 +08:00
parent 4ed51fed22
commit 6ad84026da

View File

@@ -88,7 +88,7 @@ jobs:
- name: Run App - name: Run App
run: | run: |
pnpm run dev pnpm run dev &
- name: Run Playwright tests - name: Run Playwright tests
run: pnpm run test run: pnpm run test