HexMod icon indicating copy to clipboard operation
HexMod copied to clipboard

Improve PR build workflow caching

Open object-Object opened this issue 1 year ago • 1 comments

Currently, the PR build workflow always takes about 10 minutes to build the mod. Most of this time seems to be spent downloading/remapping dependencies, and downloading assets for datagen. These could probably be cached somehow.

For comparison, Jenkins builds usually take around 3 minutes and 22 seconds to complete.

object-Object avatar Jul 05 '24 15:07 object-Object

Also look into the intermittent datagen asset fetching errors.

https://github.com/FallingColors/HexMod/actions/runs/9810782940/job/27091677029?pr=689

object-Object avatar Jul 05 '24 16:07 object-Object