weso / hercules-ontology

Development of the Ontology and its Continuos Integration for the Hercules project.
https://herculescrue.github.io/ib-hercules-ontology/current/asio.html
GNU General Public License v3.0
0 stars 5 forks source link

[HOI-0148] Improve speed of CI (downloading dependencies) #148

Open alejgh opened 4 years ago

alejgh commented 4 years ago

CI is taking a bit too long (around 4 mins with no validation logic to execute yet), and that time is mostly spent downloading dependencies. Is there a way to cache this download? (I have seen some repos with Travis do this but I don't know if its worth the effort and/or easy to do with Github Actions)

This is by no means high priority but I think it would be nice if we could improve it.