You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
10 lines
253 B
JSON
10 lines
253 B
JSON
{
|
|
"name": "on-failure step runs after failure",
|
|
"event": "push",
|
|
"expected_status": "failure",
|
|
"expected_steps": [
|
|
{ "name": "build", "status": "failure", "exit_code": 2 },
|
|
{ "name": "notify", "status": "success", "exit_code": 0 }
|
|
]
|
|
}
|