mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
testss
This commit is contained in:
@@ -28,9 +28,11 @@ pub async fn tests() -> anyhow::Result<()> {
|
||||
// let build_id = builds.pop().unwrap().id;
|
||||
// run_build(&monitor, build_id).await?;
|
||||
|
||||
let updates = monitor.read(read::ListUpdates { query: None, page: 0 }).await?;
|
||||
// let updates = monitor.read(read::ListUpdates { query: None, page: 0 }).await?;
|
||||
// println!("{updates:#?}");
|
||||
|
||||
println!("{updates:#?}");
|
||||
let dep_summary = monitor.read(read::GetDeploymentsSummary {}).await?;
|
||||
println!("{dep_summary:#?}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user