August 2018
Intermediate to advanced
416 pages
12h 37m
English
According to the Circle CI Documentation on workflows (https://circleci.com/docs/2.0/workflows/), a workflow is a set of rules for defining a collection of jobs and their run order. Workflows support complex job orchestration using a simple set of configuration keys to help you resolve failures sooner.
We will use workflows in order to separate our jobs into more appropriate sections and then also to take advantage of the fact that some scripts are independent of each other and can be run separately. We can speed up our build process by using workflows in CircleCI.
Now let's think of the parts of the job that can be broken into separate steps in our build process. We can break the dependency step into a separate ...
Read now
Unlock full access