Skip to content

Commit 58a4aa9

Browse files
committed
Fix syntax
1 parent 77d7117 commit 58a4aa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-custom-base-port-api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Start run-email-queue in background
129129
uses: JarvusInnovations/background-action@v1.0.7
130130
with:
131-
run: pnpm run -C apps/backend run-email-queue --log-order=stream &
131+
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
132132
wait-on: |
133133
http://localhost:8102
134134
tail: true

.github/workflows/e2e-source-of-truth-api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Start run-email-queue in background
135135
uses: JarvusInnovations/background-action@v1.0.7
136136
with:
137-
run: pnpm run -C apps/backend run-email-queue --log-order=stream &
137+
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
138138
wait-on: |
139139
http://localhost:8102
140140
tail: true

0 commit comments

Comments
 (0)