File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 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
Original file line number Diff line number Diff 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 run-email-queue --log-order=stream &
131+ run : pnpm run -C apps/backend run-email-queue --log-order=stream &
132132 wait-on : |
133133 http://localhost:8102
134134 tail : true
Original file line number Diff line number Diff 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 run-email-queue --log-order=stream &
137+ run : pnpm run -C apps/backend run-email-queue --log-order=stream &
138138 wait-on : |
139139 http://localhost:8102
140140 tail : true
You can’t perform that action at this time.
0 commit comments