mirror of
https://github.com/go-task/task.git
synced 2026-06-26 14:16:16 +00:00
Added tests for new inport taskfile logic
This commit is contained in:
9
testdata/includes/module2/Taskfile.yml
vendored
Normal file
9
testdata/includes/module2/Taskfile.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user