Skip to content

Commit c426aa3

Browse files
committed
gd
1 parent 85d4ce9 commit c426aa3

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
@@ -35,11 +35,15 @@ jobs:
3535
run: |
3636
graphql-inspector introspect http://localhost:4000/graphql > base-schema.graphql
3737
38+
- name: generate new schema
39+
run: |
40+
graphql-inspector introspect http://localhost:4001/graphql > new-schema.graphql
41+
3842
# This doesn't work see https://github.com/graphql-hive/graphql-inspector/issues/2876
3943
- uses: graphql-hive/graphql-inspector@master
4044
with:
4145
schema: base-schema.graphql
42-
endpoint: 'http://localhost:4001/graphql'
46+
endpoint: new-schema.graphql
4347

4448

4549
- name: manual graphql schema check

0 commit comments

Comments
 (0)