Skip to content

Commit 9e798aa

Browse files
committed
check they exist
1 parent c426aa3 commit 9e798aa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/graphql-schema-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Graphql Schema Check
22

33
on: [push]
44

@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
graphql-inspector introspect http://localhost:4001/graphql > new-schema.graphql
4141
42+
- name: graphql-inspector diff
43+
run: |
44+
graphql-inspector diff base-schema.graphql new-schema.graphql
45+
4246
# This doesn't work see https://github.com/graphql-hive/graphql-inspector/issues/2876
4347
- uses: graphql-hive/graphql-inspector@master
4448
with:

0 commit comments

Comments
 (0)