Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure development setup is performant in CI
The local environment type will do all kinds of stuff to support local development e.g. disabling caches and not aggregating assets. This in turn has a negative effect on performance which hurts us in CI. This is especially relevant for asset aggregation and Lighthouse scores. Instead of always using the local environment type we instead use local as a fallback. Lagoon may provide it on its own but in any case we provide a separate value for CI. This way our CI environments should stay performant and in this regard mimic a production setup.
- Loading branch information