[CI] add scripts manually
This commit is contained in:
parent
74cfe7c989
commit
e2a6c96406
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user