Commit 65615776 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Allow failure of qa:selectors job for now

parent 8c22c654
......@@ -630,10 +630,11 @@ qa:selectors:
variables:
SETUP_DB: "false"
services: []
allow_failure: true
script:
- cd qa/
- bundle install
- bin/qa Test::Sanity::Selectors
- bundle exec bin/qa Test::Sanity::Selectors
coverage:
<<: *dedicated-runner
......
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