Open millerh1 opened 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
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