Skip to content
Snippets Groups Projects
Commit bd29d36a authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Add CI job that validates GitLab QA selectors

parent e0edf6c7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment