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:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user