Commit 21299812 authored by Jay Swain's avatar Jay Swain

Run test suite for additions to whats_new

Run the full test suite when adding a "whats new" file

specifically: `spec/lib/release_highlights/validator_spec.rb`
as well as the associated integration specs.

part of:
https://gitlab.com/gitlab-org/gitlab/-/issues/298788
parent c70edbd8
......@@ -198,7 +198,6 @@ module Tooling
# Files that don't fit into any category are marked with :none
%r{\A(ee/)?changelogs/} => :none,
%r{\Alocale/gitlab\.pot\z} => :none,
%r{\Adata/whats_new/} => :none,
# GraphQL auto generated doc files and schema
%r{\Adoc/api/graphql/reference/} => :backend,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment