shopozor / services

Micro-services building up the Shopozor software.
6 stars 0 forks source link

Docker images running jest unit tests need rework #178

Closed zadigus closed 4 years ago

zadigus commented 4 years ago

Until now, we did not pack the yarn packages installation in the docker image, because there was an issue with caching that we were not able to solve. Thanks to this advice, we can now move forward and put the necessary packages in the docker image, so that the actual yarn command be not any more run in the pipeline itself but in the dedicated docker image.