mirror of
https://github.com/go-task/task.git
synced 2026-06-25 21:56:16 +00:00
Evaluate sources also if status is up-to-date
This commit is contained in:
12
testdata/status/Taskfile.yml
vendored
12
testdata/status/Taskfile.yml
vendored
@@ -4,5 +4,15 @@ tasks:
|
||||
gen-foo:
|
||||
cmds:
|
||||
- touch foo.txt
|
||||
sources:
|
||||
- ./foo.txt
|
||||
status:
|
||||
- test -f foo.txt
|
||||
- test 1 = 0
|
||||
|
||||
gen-bar:
|
||||
cmds:
|
||||
- touch bar.txt
|
||||
sources:
|
||||
- ./bar.txt
|
||||
status:
|
||||
- test 1 = 1
|
||||
|
||||
Reference in New Issue
Block a user