ci: fix jobs not exiting on failure
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 16s
Gentoo Utils / build (push) Successful in 26s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / fuzz (push) Has been cancelled

This commit is contained in:
2025-12-13 21:45:52 -06:00
parent 8765fcd91f
commit 00a311a506

View File

@@ -4,7 +4,7 @@ on: [push]
defaults:
run:
shell: bash -l {0}
shell: bash -le -o pipefail {0}
jobs:
build-oci-image: