[wip] universal workers
This commit is contained in:
@@ -81,6 +81,8 @@ async fn _create_test_runtime(pool: &PgPool, suffix: &str) -> i64 {
|
||||
"file_extension": ".py"
|
||||
}
|
||||
}),
|
||||
auto_detected: false,
|
||||
detection_config: json!({}),
|
||||
};
|
||||
|
||||
RuntimeRepository::create(pool, runtime_input)
|
||||
|
||||
@@ -76,6 +76,8 @@ async fn create_test_runtime(pool: &PgPool, suffix: &str) -> i64 {
|
||||
"file_extension": ".py"
|
||||
}
|
||||
}),
|
||||
auto_detected: false,
|
||||
detection_config: json!({}),
|
||||
};
|
||||
|
||||
let runtime = RuntimeRepository::create(pool, runtime_input)
|
||||
|
||||
Reference in New Issue
Block a user