devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Investigate if we can share resources between github actions jobs

Open kenzieschmoll opened this issue 3 years ago • 0 comments

Right now, every job pays the cost of cloning the flutter repo and building flutter tools (right now twice - see https://github.com/flutter/devtools/issues/4591). This is part of the bots.sh script. We should investigate if there is a way to perform this action in a setup step so that we only have to pay this cost once, not for every job.

kenzieschmoll avatar Oct 07 '22 17:10 kenzieschmoll