Added tests for new inport taskfile logic

This commit is contained in:
Evgeny Abramovich
2020-01-29 11:25:11 +03:00
parent 8ff81562d2
commit d567e23e50
8 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
version: '2'
tasks:
gen_dir:
cmds:
- echo included_directory_with_dir > included_directory_with_dir.txt
gen_file:
cmds:
- echo included_taskfile_with_dir > included_taskfile_with_dir.txt