Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Speedup CI #59

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

At the moment the build (GitHub actions) takes about one minute to build and check the style. Is there a way to speed it up? E.g. by caching the spigot repository?

Paul2708 commented 4 years ago

By using cache action the build time reduces from one minute to 40 seconds. I think that's quite okay.