[ADD] run_parallel_test: check_git_change OCA_server-tools

This commit is contained in:
Mathieu Benoit 2023-01-04 08:02:07 -05:00
parent c1fd2366c7
commit fcad933850

View file

@ -692,7 +692,12 @@ def check_git_change():
run_command(
"./script/code_generator/check_git_change_code_generator.sh",
"./addons/TechnoLibre_odoo-code-generator-template",
test_name="Init check_git_change",
test_name="Init check_git_change TechnoLibre_odoo-code-generator-template",
),
run_command(
"./script/code_generator/check_git_change_code_generator.sh",
"./addons/OCA_server-tools",
test_name="Init check_git_change OCA_server-tools",
)
]
commands = asyncio.gather(*task_list)