Skip to main content

shared_dirs

Function shared_dirs 

Source
pub fn shared_dirs() -> Vec<PathBuf>
Expand description

The shared directories a run may write into: each directory in GITHUB_WORKSPACE, CI_PROJECT_DIR and RUNNER_TEMP that is set and not empty, and the system temp directory. The CI workspace keeps a job working that checks the repository out into a subdirectory and writes its report beside it. A directory that does not exist is skipped, because it cannot be resolved.