Refactor CI and OSDK tests, add OSDK publish workflow

This commit is contained in:
Zhang Junyang
2024-02-26 11:08:42 +08:00
committed by Tate, Hongliang Tian
parent eb42383532
commit 6694f08eac
40 changed files with 441 additions and 318 deletions

View File

@ -18,10 +18,10 @@ pub fn execute_run_command(config: &RunConfig) {
// TODO: Check if the bundle is already built and compatible with the run configuration.
let bundle = create_base_and_build(
&default_bundle_directory,
default_bundle_directory,
&osdk_target_directory,
&required_build_config,
);
bundle.run(&config);
bundle.run(config);
}