summaryrefslogtreecommitdiff
path: root/tests.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-13 15:12:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-13 15:12:17 +0000
commit4597f7fe473d9fa622510f8967620006d4bda64e (patch)
treedafe547a51e57112ad92258f4bf992c014591a88 /tests.yml
parent37a739daec0d7021b2af6ad03c60d37ac3461d88 (diff)
downloadgitlab-ce-4597f7fe473d9fa622510f8967620006d4bda64e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index d38b05af991..c530ec30416 100644
--- a/tests.yml
+++ b/tests.yml
@@ -69,3 +69,9 @@ mapping:
- source: lib/gitlab/usage_data_counters/known_events/.+\.yml
test: spec/lib/gitlab/usage_data_spec.rb
+ # Mailer previews
+ - source: (ee/)?app/mailers/previews/.+\.rb
+ test: spec/mailers/previews_spec.rb
+ - source: ee/app/mailers/ee/preview/.+\.rb
+ test: spec/mailers/previews_spec.rb
+