keep
keep copied to clipboard
[👨🏻💻 Internal]: Make e2e tests run faster
"Set up Keep environment" step takes around 7min now. This step is running docker compose up -d which involves building and starting your containers The 7 minutes are likely spent mostly on:
Building the frontend Docker image (~4 mins for npm build) Building the backend Docker image Starting all services and waiting for them