Odoo_17.0_community/tests/docker-compose.yml
Tokiniaina cee1265b7f
Some checks failed
ci / main (push) Failing after 1m27s
Change CI
2024-10-24 14:55:38 +03:00

16 lines
289 B
YAML

services:
test:
image: odoo17
volumes:
- ..:/mnt
working_dir: /mnt/tests
depends_on:
- postgres
command: ["./runtests.sh"]
postgres:
image: postgres:15
environment:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
POSTGRES_DB: odoo