diff --git a/pipelines/daytona-check/check.dot b/pipelines/daytona-check/check.dot index 6d5eef2f2..0821a1029 100644 --- a/pipelines/daytona-check/check.dot +++ b/pipelines/daytona-check/check.dot @@ -6,7 +6,7 @@ digraph DaytonaCheck { exit [shape=Msquare, label="Exit"] run_tests [label="Run Tests", shape=parallelogram, script="cargo test --workspace 2>&1 || true"] - report [label="Report", codergen_mode="one_shot", prompt="Summarize the test results"] + report [label="Report", prompt="Summarize the test results"] start -> run_tests -> report -> exit }