This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Implement actions/cache
for maven packages
#110
Labels
actions/cache
for maven packages
#110
To speed up build times, we should implement the
actions/cache
GitHub action for maven packages here.An example would look like this:
The key problem here is that we cannot use
**/pom.xml
as this is a JavaScript project first and foremost, we could use another file as a key here.Workflow file:
https://github.com/TheBusyBiscuit/builds/blob/gh-pages/.github/workflows/build.yml
The text was updated successfully, but these errors were encountered: