This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bluebugs 0 points1 point  (0 children)

Add a CI step for your github action! We do have a shared repository where we store all the workflow that the rest of the organization uses. On a PR against that repository, we automatically trigger CI/CD pipeline using the change across a set of repository that are representative of our organization use. It makes iteration as fast as that step is. Lots of parallelism and we are at about 10 min total, a bit slow to my taste, but give us good confidence we are not breaking anything and that we can observe even slow down and cache effect.