From d0309fdfc12612c6c7a31721e42d39e7336faa74 Mon Sep 17 00:00:00 2001 From: aserrador Date: Fri, 19 Jun 2026 12:11:29 -0500 Subject: [PATCH] chore: Add Develop to environment variables for test --- .env.development.example | 1 - docker-compose.test.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development.example b/.env.development.example index 3c3f2e2..0f6048b 100644 --- a/.env.development.example +++ b/.env.development.example @@ -12,7 +12,6 @@ SLEEP_TRYTOND_ADMIN=5 TRYTON_PORT_LIVE=18021 PUDB_PORT_LIVE=8085 PUDB_PORT=8095 -DEVELOP=True WORKER=True # Facho diff --git a/docker-compose.test.yaml b/docker-compose.test.yaml index e898d7a..0c71d45 100755 --- a/docker-compose.test.yaml +++ b/docker-compose.test.yaml @@ -10,6 +10,7 @@ services: DB_CACHE: /tmp DB_NAME: ":memory:" TRYTOND_DATABASE_URI: sqlite:// + DEVELOP: "True" command: sleep 10h volumes: - .:/app