From e3d02ce66fd1635c6dc5dbeb0294ab24cf899b84 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Mon, 15 Jan 2024 15:24:13 +0100 Subject: [PATCH] feat: re-enable test on all instance --- example/test-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/test-compose.yml b/example/test-compose.yml index 9e43c295..f64a942a 100644 --- a/example/test-compose.yml +++ b/example/test-compose.yml @@ -21,7 +21,7 @@ services: - MARABUNTA_MODE=demo # could be 'full' for the db with all the data - KWKHTMLTOPDF_SERVER_URL=http://kwkhtmltopdf:8080 - ODOO_REPORT_URL=http://odoo:8069 - - LOCAL_CODE_PATH=/odoo/odoo/src/odoo/addons + - LOCAL_CODE_PATH=/odoo/odoo/addons - MIGRATION_CONFIG_FILE=/odoo/migration.yml # cached database dumps config for `runmigration` and `runtests` - CREATE_DB_CACHE=false # set it to 'true' to create dumps