mirror of
https://github.com/go-task/task.git
synced 2026-06-28 15:14:18 +00:00
Added tests for new inport taskfile logic
This commit is contained in:
9
testdata/includes/module1/Taskfile.yml
vendored
Normal file
9
testdata/includes/module1/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '2'
|
||||
|
||||
tasks:
|
||||
gen_dir:
|
||||
cmds:
|
||||
- echo included_directory_without_dir > included_directory_without_dir.txt
|
||||
gen_file:
|
||||
cmds:
|
||||
- echo included_taskfile_without_dir > included_taskfile_without_dir.txt
|
||||
Reference in New Issue
Block a user