mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Fix bug in includes where default taskfiles were not being checked.
This commit is contained in:
4
testdata/includes_multi_level/Taskfile.yml
vendored
4
testdata/includes_multi_level/Taskfile.yml
vendored
@@ -1,9 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
'one': ./one/Taskfile.yml
|
||||
'one': ./one/
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- task: one:default
|
||||
- task: one:two:default
|
||||
- task: one:two:three:default
|
||||
|
Reference in New Issue
Block a user