mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
add ignoreError option
This commit is contained in:
15
testdata/ignore_errors/Taskfile.yml
vendored
Normal file
15
testdata/ignore_errors/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
CmdShouldPass:
|
||||
cmds:
|
||||
- cmd: UnknownCommandThatNeverWillExist
|
||||
ignoreError: true
|
||||
CmdShouldFail:
|
||||
cmds:
|
||||
- cmd: UnknownCommandThatNeverWillExist
|
||||
|
||||
TaskShouldPass:
|
||||
cmds:
|
||||
- task: CmdShouldFail
|
||||
ignoreError: true
|
||||
TaskShouldFail:
|
||||
cmds:
|
||||
- task: CmdShouldFail
|
Reference in New Issue
Block a user