scala-webapp-template
scala-webapp-template copied to clipboard
Optimize the CI workflows
Current workflow take ~10m to execute, half of the time is required to set everything up, I'm confident that we can optimize this.
A simple idea is to create a custom docker image that already includes all the necessary dependencies (jdk/sbt/node).
Let's see how far we can get.