Skip to content
Snippets Groups Projects

:rocket: fix running all tests

Merged Vincent Hatakeyama requested to merge topic/17.0/fix-running-tests into branch/17.0
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -3,8 +3,8 @@
file: /odoo/17.0/gitlab-ci.yaml
variables:
TEST_OPTIONS: --test-tags=odoo_addons_mail
# Also install mail to run mail dependant tets
ODOO_SCRIPTS_RUN_TESTS_START_EXTRA: --test-tags=standard,odoo_addons_mail
# Also install mail to run mail dependant tests
ODOO_SCRIPTS_MODULE_LIST: mail
mypy:
Loading