Bioinformatics-Research-Network / Bioinformed-Skill-App

Repository for the Bioinformed Skill Assessment App
https://skill.bioinformed.app
MIT License
4 stars 2 forks source link

Find a way to cache images for running test workflows #19

Open millerh1 opened 2 years ago

millerh1 commented 2 years ago

Our testing workflows take > 3 minutes at present because all images in the docker compose are being fully built for each one. Instead, we should look into using an action which can cache the docker images between GHA runs.

Possibly can use this: https://github.com/marketplace/actions/build-docker-images-using-cache