Fix syntax

This commit is contained in:
Konstantin Wohlwend 2025-12-12 18:48:47 -08:00
parent 77d7117333
commit 58a4aa91df
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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