mirror of
https://github.com/go-task/task.git
synced 2025-12-24 23:49:24 +01:00
11 lines
144 B
YAML
11 lines
144 B
YAML
version: 2
|
|
|
|
tasks:
|
|
cmd-should-pass:
|
|
cmds:
|
|
- cmd: exit 1
|
|
ignore_error: true
|
|
|
|
cmd-should-fail:
|
|
cmds:
|
|
- cmd: exit 1 |