mirror of
https://github.com/go-task/task.git
synced 2026-06-28 07:04:33 +00:00
fix: adjust run: when_changed to work correctly with imported tasks (#2511)
This commit is contained in:
11
testdata/run_when_changed/Taskfile.yml
vendored
Normal file
11
testdata/run_when_changed/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
service-a: ./service-a
|
||||
service-b: ./service-b
|
||||
|
||||
tasks:
|
||||
start:
|
||||
cmds:
|
||||
- task: service-a:start
|
||||
- task: service-b:start
|
||||
Reference in New Issue
Block a user