|
|
|
|
|
by danparsonson
639 days ago
|
|
I'd be quite happy with seeing the three jobs in the article as three separate PRs. Fixing a bug and adding a feature are two jobs that, as I think we all agree, need to be tracked individually - so work on them individually. > As well, sometimes CI won't pass on one of the stages meaning it can't be a separate PR Could you give an example of this? Not sure what you mean. |
|
Sometimes I'll make the unit test first, which fails CI and the next set of commits implements the behavior.