Is there a way to quickly test out the environment by providing a custom circle.yaml file without having to make changes to the master branch of my repo every time?
I usually do my tests with circle.yml as a branch, that way I can PR if they work, and just delete it if they don’t.
1 Like