Skip to content
代码片段 群组 项目
未验证 提交 e51c984c 编辑于 作者: Rémy Coutable's avatar Rémy Coutable 提交者: GitLab
浏览文件

Merge branch 'pl-grahpql-check' into 'master'

CI: Don't swallow exceptions when checking GraphQL types

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145123



Merged-by: default avatarRémy Coutable <remy@rymai.me>
Approved-by: default avatarRémy Coutable <remy@rymai.me>
Reviewed-by: default avatarRémy Coutable <remy@rymai.me>
Reviewed-by: default avatarLukas 'ai-pi' Eipert <leipert@gitlab.com>
Reviewed-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
Co-authored-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -13,3 +13,10 @@ graphql-verify:
- bundle exec rake gitlab:graphql:check_docs
- bundle exec rake gitlab:graphql:schema:dump
- node scripts/frontend/graphql_possible_types_extraction.js --check
artifacts:
expire_in: 7 days
name: graphql-schema-verify
paths:
- tmp/tests/graphql/gitlab_schema.graphql
- tmp/tests/graphql/gitlab_schema.json
when: always
......@@ -65,5 +65,6 @@ Options:
main().catch((error) => {
console.warn(error.message);
console.warn(error.stack);
process.exitCode = 1;
});
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册