Commit 0f7c3b70 authored by Alex Kalderimis's avatar Alex Kalderimis

Add new CI job to validate GraphQL queries

parent 6f54567c
......@@ -110,3 +110,4 @@ include:
- local: .gitlab/ci/notify.gitlab-ci.yml
- local: .gitlab/ci/dast.gitlab-ci.yml
- local: .gitlab/ci/workhorse.gitlab-ci.yml
- local: .gitlab/ci/graphql-ci.yml
graphql-query-validate:
extends:
- .static-analysis-base
stage: test
needs: ["setup-test-env"]
script:
- bundle exec rake gitlab:graphql:validate
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