Run 3
manual · started 2026-08-09 20:30:54 UTC
Steps
What ran, in the order it ran.
-
Do something that works </> code did its job
$ echo 'the first step is fine'
the first step is fine
-
Fall over on purpose </> code failed
The command exited 3.
this is the deliberate failure
-
Never gets here ∅ noop never reached
An earlier step failed, so this one never ran.