We had it at least in the main test.yml script, but it got removed in #433, possibly as a mistake during resolution of a merge conflict.
defaults:
run:
# to fail on error in multiline statements (-e), in pipes (-o pipefail), and on unset variables (-u).
shell: bash -euo pipefail {0}
@flying-sheep, any reason not do have this?
We had it at least in the main
test.ymlscript, but it got removed in #433, possibly as a mistake during resolution of a merge conflict.@flying-sheep, any reason not do have this?