Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Converter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Converter
Merge requests
!66
fix running all tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix running all tests
topic/17.0/fix-running-tests
into
branch/17.0
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vincent Hatakeyama
requested to merge
topic/17.0/fix-running-tests
into
branch/17.0
2 weeks ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e90fb623
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e90fb623
fix running all tests
· e90fb623
Vincent Hatakeyama
authored
2 weeks ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -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 te
s
ts
ODOO_SCRIPTS_MODULE_LIST
:
mail
mypy
:
Loading