1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/precondition/global/with_local/Taskfile.yml
Valentin Maerten 596fd29cb2 add test
2025-02-23 12:20:27 +01:00

13 lines
155 B
YAML

version: '3'
preconditions:
- test -f foo.txt
tasks:
foo:
impossible:
preconditions:
- sh: "[ 1 = 0 ]"
msg: "1 != 0 obviously!"