I had a hard time getting going with CircleCI but got it eventually and am a huge fan. So I made a video tutorial for other beginners in the hopes that you might find it helpful too!
2 Likes
hi @HouseShafer im in a situation when i only need to run phpunit from another configuration file
it do works with
phpunit --configuration filename.xml
but i do experience it runs from the main configuration file afterwards
even if it dosen’t exist in my repo
any help is appreciated
thanks
I’m not under the impression that that’s possible actually. I’ve tried cd-ing into other directories in the circle.yml without success. So you may have to do that solution that works and make a blank configuration file just to make Circle happy.