Nelly-Barret / BETTER-fairificator

The fairification tools for BETTER project.
https://www.better-health-project.eu/
0 stars 0 forks source link

Enable cache in CI/CD #45

Open Nelly-Barret opened 2 weeks ago

Nelly-Barret commented 2 weeks ago

As of now, the CI/CD starts from a completely new environment each time a job is run. This is time consuming because it has to install Mongodb and the python dependencies each time.

This is achievable with cache in Actions: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows