Skip to content

Commit bfeaf11

Browse files
feat(api): add console log for triggering end-to-end run in ci
1 parent 7649782 commit bfeaf11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/api/src/app/workflows-v2/workflow.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ export class WorkflowController {
154154
@Param('workflowId', ParseSlugIdPipe) workflowIdOrInternalId: string,
155155
@Body() updateWorkflowDto: UpdateWorkflowDto
156156
): Promise<WorkflowResponseDto> {
157+
console.log('trigger e2e run');
158+
157159
const upsertSteps = this.normalizeSteps(updateWorkflowDto.steps);
158160

159161
return await this.upsertWorkflowUseCase.execute(

0 commit comments

Comments
 (0)