shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

fix: do not rebuild on each test execution #156

Closed rathmerdominik closed 2 years ago

rathmerdominik commented 2 years ago

Current implementation will build everything new in Shopware classic without any real reason to do so. With this implementation, it will use the dump that have been created by the last build and restores it on test. Should immensely speed up testing.