From f52b77106a4ad6307b22b55f83ba8441516152fe Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 27 Jun 2025 23:48:10 -0700 Subject: [PATCH] Remove exit result. --- unity-command/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 710f8a8..df2407b 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -31,6 +31,6 @@ echo "::endgroup::" echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT" -if [[ "$CATCH_ERRORS" != "true" ]]; then - exit $RESULT -fi +# if [[ "$CATCH_ERRORS" != "true" ]]; then +# exit $RESULT +# fi