Skip to content

Commit 6fa823a

Browse files
committed
[CI debug] Add more logs to yaml tests download
1 parent 094ff32 commit 6fa823a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yaml_test_runner/src/github.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ pub fn download_test_suites(branch: &str, download_dir: &PathBuf) -> Result<(),
8383
}
8484

8585
info!("Downloaded {} yaml tests from {} to {:?}", test_count, &branch, download_dir);
86+
87+
fs::create_dir_all(last_downloaded_version.parent()
88+
.expect(&format!("Failed do create parent directory"))?;
89+
8690
File::create(&last_downloaded_version)
8791
.expect(&format!(
8892
"Failed to create last_downloaded_version file at '{:?}'",

0 commit comments

Comments
 (0)