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