-
Notifications
You must be signed in to change notification settings - Fork 507
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
Gracefully exit with code 1 when build failed #160
Conversation
Hmm, it's working on my local machine, and I tried this from the same container as Circle CI, but it works successfully...
|
Yes please! This is kind of blocking anyone from building a decent CI pipeline |
Can we make the tests pass? |
Hmm, I don't know why it failed earlier, but now passed...! |
Thanks @jooohn was going to do it this evening, thanks for giving me more free time ;) |
@jooohn what did you do to make it pass? i took a quick look and couldnt figure it out |
basically just retried.. |
@allcontributors please add @jooohn for code, tests |
I've put up a pull request to add @jooohn! 🎉 |
I found some problems with
build
command.0
even when the build failed. I think it should be1
.UnhandledPromiseRejectionWarning
.