scala-webapp-template icon indicating copy to clipboard operation
scala-webapp-template copied to clipboard

Optimize the CI workflows

Open AlexITC opened this issue 1 year ago • 0 comments

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.

AlexITC avatar Mar 07 '23 03:03 AlexITC