During development do you have local running containers alongside using DroneCI

I have a dilemma

Whilst developing an app, I am using Drone CI running on a remote host and have a pipeline defined for my node app with a mongodb service.

Should I run Docker Containers locally to run tests and do UI tests of my app during development, before I push to GitHub to trigger a Drone CI build?

Any advise?

Thanks

Have you tried the drone exec command?

http://docs.drone.io/cli-exec/

1 Like

Thanks, sorted my problem.