spring-cloud-kubernetes
spring-cloud-kubernetes copied to clipboard
Speed up github actions builds
We have introduced github actions to do some builds. While it is in testing mode only, and it does not actually do much, if we plan to support it in the long run, we need revise its performance. Currently the build takes around 1.45-2h, which is a lot; especially compared to around 30 min for the circleci.
So the idea is to investigate and see how to do parallel builds here also.
PR for this here
@ryanjbaxter this can be closed also now...