gitlab-org--gitlab-foss/.gitlab/ci/graphql.gitlab-ci.yml

14 lines
299 B
YAML

graphql-verify:
variables:
SETUP_DB: "false"
extends:
- .default-retry
- .rails-cache
- .default-before_script
- .graphql:rules:graphql-verify
stage: test
needs: []
script:
- bundle exec rake gitlab:graphql:validate
- bundle exec rake gitlab:graphql:check_docs