pzstorm / storm

Java modding toolchain for Project Zomboid.
GNU General Public License v3.0
48 stars 13 forks source link

Install game in CI pipeline #16

Closed matshou closed 3 years ago

matshou commented 3 years ago

Project Zomboid should be installed and cached on Github CI servers.

According to cache action there is a cache limit which should be enough for installing the game:

A repository can have up to 5GB of caches. Once the 5GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last week will also be evicted.