## run normally
phantom_ci
## add repo to config file
phantom_ci add https://github.com/your/repo.git
[sys-compare]
path = "https://github.com/helloimalemur/sys-compare"
[elktool]
path = "https://github.com/helloimalemur/ELKTool"
target_branch = "master"
[0] ## name must be integer and correspond to the order in which commands are run
run = "ls -lah" ## command string
[1]
run = "pwd"
[2]
run = "rm -rf testproj/"
[3]
run = "cargo new testproj"
[4]
run = "cargo add tokio --manifest-path testproj/Cargo.toml"
[5]
run = "cargo run --manifest-path testproj/Cargo.toml"
[6]
run = "rm -rf testproj/"