Is there way to have Github Action fail if `railway up` fails
So I have a bit of a custom setup which requires me to use Github Actions to publish to railway, it's working good so far but I wanted to know if there is a way for me to have the Github Action fail if
railway up
command fails for some reason. Currently it just outputs
and the github action completes.
Happy to share more context if needed6 Replies
Project ID:
N/A
N/A
there's currently an open PR to enable this kind of behaviour but it lacks polish so it hasn't been merged yet, once done it will add a new flag that will wait until the deployment has either failed or succeeded and exit with the applicable code
Thanks! Good to know, any eta on when that might be?
Sorry i dont have an ETA
Okay thanks!