```bash {"stage":"test", "runtime": "bash"}
echo ok || ! echo "will not show up"
oikjoij || ! echo "must show up"
```
I have tested the above, but it doesn't behave the way it should
## stage test with 1 chunks
SUCCESS ./d97cb978-4c6b-487b-8760-0a7bb7a77e70.sh in /tmp/2277863598
INFO ok
must show up
WARNING + echo ok
+ oikjoij
./d97cb978-4c6b-487b-8760-0a7bb7a77e70.sh: line 5: oikjoij: command not found
+ echo 'must show up'
+ echo '### ENV ###'
+ printenv
This is most probably a bug to address.
I have tested the above, but it doesn't behave the way it should
This is most probably a bug to address.