ci: Fix incorrect exit code
Some checks failed
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Some checks failed
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
The runner wouldn't properly exit with a failure code, so it always looked like success in the UI.
This commit is contained in:
parent
db8194efec
commit
f197b1944b
1 changed files with 1 additions and 0 deletions
|
@ -47,4 +47,5 @@ if sh "$script"; then
|
|||
notify 'success' "$context" "$desc"
|
||||
else
|
||||
notify 'failure' "$context" "$desc"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue