Optimize CI, add cache #352
Labels
CI
Improving CI/CD pipelines.
Enhancement
Improving existing functionalities.
Performance
Improving general performance.
Milestone
The current CI does not take advantage of caching. This is especially a problem for the "Build Docker Image" step, which takes around 11 minutes.
The following changes should be tested and implemented:
docker/
composer.json
should not require a newly built image automatically, as Composer dependencies are installed inside the test CI automatically. If Composer dependencies require changes to the Docker image, then the Dockerfile itself has to be updated itself, which triggers a change todocker/
, which already rebuilds the image.The text was updated successfully, but these errors were encountered: