Files
go-task/testdata/precondition/global/Taskfile.yml
Valentin Maerten 596fd29cb2 add test
2025-02-23 12:20:27 +01:00

10 lines
126 B
YAML

version: '3'
preconditions:
- sh: "[ 1 = 0 ]"
msg: "1 != 0 obviously!"
tasks:
impossible:
cmd: echo "won't run"