This website requires JavaScript.
Explore
Help
Register
Sign In
OpenEcoLab-LasAlpujarras
/
farmOS
Watch
3
Star
0
Fork
You've already forked farmOS
0
mirror of
https://github.com/farmOS/farmOS.git
synced
2024-02-23 11:37:38 +01:00
Code
Wiki
Activity
c75ebeae58
farmOS
/
docker
/
docker-compose.testing.sqlite.yml
4 lines
78 B
YAML
Raw
Normal View
History
Unescape
Escape
Create a docker-compose.testing.common.yml file to share configuration.
2021-08-17 00:09:27 +02:00
# Inherits from docker-compose.testing.common.yml
Run phpunit without XDebug to speed up tests **Why:** Tests take about 8 - 9 minutes with XDebug, but closer to 3 minutes without it. **How:** Implement strategy that mstenta@ described in https://www.drupal.org/project/farm/issues/3183687 using the dev docker image to build up the /opt/drupal directory, but the prod image to actually run it since that image doesn't have XDebug.
2020-11-23 19:23:01 +01:00
version
:
'3'
Remove test-runner service.
2021-09-02 20:44:51 +02:00
services
:
{
}
Copy permalink