How to wait for CircleCI to pass before deployment
Hi all, I've connected my GitHub repo that I'm deploying with Railway to CircleCI to run the tests on every commit. Just wondered if there is an easy way to tell Railway to wait for CircleCI to finish, before starting the deployment.
6 Replies
Project ID:
N/A
N/A
its in service settings
yeah I enabled that, but railway even deploys if the tests fail
it says it's only for GitHub actions, but CircleCI doesn't add a GitHub action
Solution
FWIW, I've migrated from CircleCI to GitHub Actions. now it works