mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix syntax
This commit is contained in:
parent
77d7117333
commit
58a4aa91df
@ -128,7 +128,7 @@ jobs:
|
||||
- name: Start run-email-queue in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm run -C apps/backend run-email-queue --log-order=stream &
|
||||
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
- name: Start run-email-queue in background
|
||||
uses: JarvusInnovations/background-action@v1.0.7
|
||||
with:
|
||||
run: pnpm run -C apps/backend run-email-queue --log-order=stream &
|
||||
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
|
||||
wait-on: |
|
||||
http://localhost:8102
|
||||
tail: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user