mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
tests: update alias test to cover namespace aliases
This commit is contained in:
3
testdata/alias/Taskfile.yml
vendored
3
testdata/alias/Taskfile.yml
vendored
@@ -3,6 +3,7 @@ version: '3'
|
||||
includes:
|
||||
included:
|
||||
taskfile: Taskfile2.yml
|
||||
aliases: [inc, i]
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
@@ -15,4 +16,4 @@ tasks:
|
||||
aliases: [b, x]
|
||||
cmds:
|
||||
- echo "bar"
|
||||
- task: included:q
|
||||
- task: inc:q
|
||||
|
Reference in New Issue
Block a user