1 2 3 4 5 6
name: test-workflow commands: - shell: "exit 1" on_failure: - shell: "echo 'Error handler 1'" - shell: "echo 'Error handler 2'"