[CI] add scripts manually

This commit is contained in:
Sylvain LE GAL 2022-05-05 13:35:26 +02:00
parent 74cfe7c989
commit e2a6c96406

View File

@ -44,4 +44,9 @@ pytest:
# Create a postgresql container
- docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --publish 9542:5432 --name db postgres:13
- poetry run pytest --cov odoo_openupgrade_wizard -v tests/cli_A_init_test.py
- |
poetry run pytest
--cov odoo_openupgrade_wizard
-v
tests/cli_A_init_test.py
tests/cli_B_01_get_code_test.py