Loading docker-compose.test.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ services: #command: ["sh", "-c", "pytest --cov=common /test/test.py"] #command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"] command: ["python3", "/test/test.py"] #command: tail -f /dev/null depends_on: - postgres Loading Loading
docker-compose.test.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ services: #command: ["sh", "-c", "pytest --cov=common /test/test.py"] #command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"] command: ["python3", "/test/test.py"] #command: tail -f /dev/null depends_on: - postgres Loading