dwyl / learn-circleci

:white_check_mark: A quick intro to Circle CI (Continuous Integration) for JavaScript developers.
GNU General Public License v3.0
121 stars 22 forks source link

How to set up Circle Ci to to run with multiple containers #7

Open Conorc1000 opened 7 years ago

Conorc1000 commented 7 years ago

It would be good to expand this tutorial to include a section on how to run Circle Ci tests with multiple containers.

How to run different test scripts from one build in parallel (Parallelism) and how to run different builds in parallel.

Conorc1000 commented 7 years ago

manual setup vs automatic https://circleci.com/docs/setting-up-parallelism/

Conorc1000 commented 7 years ago

I have set up a repo which is able to run different scripts in parallel on circle ci https://github.com/Conorc1000/CircleCiParallel

nelsonic commented 6 years ago

This is a useful suggestion especially for projects with many tests. 🚀 If you have time, please add a paragraph to the readme! thanks. 👍