celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
697 stars 370 forks source link

Make devchain building work without building the whole monorepo #11101

Open martinvol opened 3 months ago

martinvol commented 3 months ago

Generate Anvil job is building the whole repo with yarn, example repo https://github.com/celo-org/celo-monorepo/actions/runs/9701371995/job/26774873383?pr=11084#logs

It would also be interesting if we could add step that makes the job fail if it takes more than X minuts.

If the full node env is strictly necessary, then it should be split into a follow up job.