huskies: merge 961
This commit is contained in:
@@ -219,7 +219,7 @@ pub(crate) async fn tool_run_tests(args: &Value, ctx: &AppContext) -> Result<Str
|
||||
// ran passing tests before it died. Only written when running
|
||||
// in a story worktree (worktree_path arg provided).
|
||||
if passed && args.get("worktree_path").is_some() {
|
||||
crate::db::write_content(&format!("{sid}:run_tests_ok"), "1");
|
||||
crate::db::write_content(crate::db::ContentKey::RunTestsOk(&sid), "1");
|
||||
}
|
||||
return serde_json::to_string_pretty(&json!({
|
||||
"passed": passed,
|
||||
|
||||
Reference in New Issue
Block a user