4 months ago
Hi i auto deploying from my repository however recent deployment fail due to "CI check suite failed"
4 Replies
4 months ago
This means Railway is running your GitHub CI checks (GitHub Actions workflows) before deploying, and one of them is failing.
I would be either one of this
1. Go to your GitHub repo -> click the Actions tab ->see which workflow/check is failing ,
mostly It could be a linting, test, or build step that's failing
4 months ago
also getting this, no issues on ci all passed, tried deploying latest commit again and it keeps saying CI check suite failed.
also getting this, no issues on ci all passed, tried deploying latest commit again and it keeps saying CI check suite failed.
4 months ago
I had this issue when I was on Railway Bare Metal. When I turned that off the issue disappeared for me.
ibanez1998
I had this issue when I was on Railway Bare Metal. When I turned that off the issue disappeared for me.
4 months ago
Hi thanks, that didn't work on my end, It works when I turn off wait for ci, turned it back on after successfull deployment.