progressively-crew / progressively

The Open Source Product Control Tower

Home Page:https://progressively.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve CI, takes too long

mfrachet opened this issue · comments

Deployment:

  • Deploying frontend app takes 5mns (1.5Gb of docker image) it's now 600mb
  • Deploying backend app takes 4mns (1.2Gb of docker image)

Tests

  • Caching of playwright install stuff
  • Not building everything on every job (frontend does not need to be built for the example folder)
  • Investigate parallel builds for cypress and the backend, isolate long running suites vs others
  • Investigate Turo remote caching (since already paying for vercel)