Add CI job that validates GitLab QA selectors
This commit is contained in:
parent
e0edf6c7af
commit
bd29d36ac6
1 changed files with 12 additions and 0 deletions
|
@ -623,6 +623,18 @@ qa:internal:
|
|||
- bundle install
|
||||
- bundle exec rspec
|
||||
|
||||
qa:selectors:
|
||||
<<: *dedicated-runner
|
||||
<<: *except-docs
|
||||
stage: test
|
||||
variables:
|
||||
SETUP_DB: "false"
|
||||
services: []
|
||||
script:
|
||||
- cd qa/
|
||||
- bundle install
|
||||
- bin/qa Test::Sanity::Selectors
|
||||
|
||||
coverage:
|
||||
<<: *dedicated-runner
|
||||
<<: *except-docs-and-qa
|
||||
|
|
Loading…
Reference in a new issue