Repo: Per-job CI Install step takes a minute #11205
Labels
performance
Issues regarding performance
repo maintenance
things to do with maintenance of the repo, and not with code/docs
triage
Waiting for team members to take a look
Suggestion
Splitting out of #11204: right now, each CI job typically spends over a minute in the Install step:
typescript-eslint/.github/workflows/ci.yml
Line 58 in f8db925
Examples from a docs-only PR, #11200:
That seems very long to me. In theory this should all be cached nicely, so all CI needs to do is download a lockfile and run a bit of disk linking/processing. Why does this take a full minute? Can we speed it up?
Additional Info
💖
The text was updated successfully, but these errors were encountered: