mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Add more information
This commit is contained in:
parent
9c71be05a8
commit
5b62eaff57
4 changed files with 37 additions and 3 deletions
|
|
@ -53,8 +53,10 @@ async fn main_inner() -> Result<()> {
|
|||
)
|
||||
.await?;
|
||||
|
||||
let notification_repo = format!("https://github.com/{github_owner}/{github_repo}");
|
||||
|
||||
let builder = build::background_builder(db.clone(), github_client);
|
||||
let server = web::webserver(db);
|
||||
let server = web::webserver(db, notification_repo);
|
||||
|
||||
tokio::select! {
|
||||
result = builder => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue