Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wally should return error codes when an operation is not successful #104

Open
NobleDraconian opened this issue Jan 12, 2023 · 1 comment

Comments

@NobleDraconian
Copy link

Currently, as of v0.3.1, wally does not return any error codes when an operation fails. For example, if you run wally publish, but there is a version conflict, wally will fail the operation & spit an error message to the console. But it doesn't return an actual error code to the host process!

This makes things like github actions / CI proceed as if the operation were successful, when it wasn't:
image

@magnalite
Copy link
Member

I agree, adding this should be a quick and easy win for ci/cd workflows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants