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.
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/