mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
For some reason having webpack compile turned on for the test environment makes system test slow, resulting in lots of failure. Assets are precompiled for system test, so there isn't any compilation on each request, but still test are slow. To fix the issue, we use a separate config file for CI where webpack compile is set turned off.