summaryrefslogtreecommitdiff
path: root/.gitlab/ci/graphql.gitlab-ci.yml
blob: 1a05f68b178b2f866ebcb788809fb46f5627ac82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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