Dittly / website

🔨 The Dittly Website
4 stars 2 forks source link

Parallelize ci jobs #52

Closed mikenikles closed 7 years ago

mikenikles commented 7 years ago

This enables workflows in CircleCI so that we can split a build into multiple, parallel and serial steps. With end to end tests coming soon, parallel build steps will keep build times at a minimum.

More importantly, we can visually track the progress of a build and continue a failed workflow from the place it failed. No need to re-run the entire test suite.

CircleCI docs: https://circleci.com/docs/2.0/workflows/

image