mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
fabro(01KQRFAT7326ADECC8AAWBXK6M): fmt (succeeded)
Fabro-Run: 01KQRFAT7326ADECC8AAWBXK6M Fabro-Completed: 11 ⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
parent
ee482852d8
commit
fc76476a6c
5 changed files with 6 additions and 8 deletions
|
|
@ -984,4 +984,4 @@ fn attach_json_errors_without_prompting_for_human_input() {
|
|||
.await;
|
||||
});
|
||||
wait_for_status(&run.run_dir, &["succeeded"]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -360,4 +360,4 @@ fn dump_file_summary(output_dir: &std::path::Path) -> String {
|
|||
.collect();
|
||||
files.sort();
|
||||
files.join("\n") + "\n"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1004,4 +1004,4 @@ fn detach_creates_run_dir_with_detach_log() {
|
|||
}
|
||||
"#
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,4 +176,4 @@ fn dry_run_legacy_tool() {
|
|||
Status: SUCCEEDED
|
||||
Duration: [DURATION]
|
||||
");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -295,9 +295,7 @@ impl RunLifecycle<WorkflowGraph> for GitLifecycle {
|
|||
self.emitter.notice_with_tail(
|
||||
RunNoticeLevel::Warn,
|
||||
"git_push_failed",
|
||||
format!(
|
||||
"Failed to push run branch {branch}: {err}"
|
||||
),
|
||||
format!("Failed to push run branch {branch}: {err}"),
|
||||
exec_output_tail.clone(),
|
||||
);
|
||||
(false, exec_output_tail)
|
||||
|
|
@ -1142,4 +1140,4 @@ mod tests {
|
|||
events.iter().map(RunEvent::event_name).collect::<Vec<_>>()
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue