Skip to content

Commit b2cb9e2

Browse files
committed
dsadsa
1 parent f2a7dcc commit b2cb9e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
3434
- name: generate base schema
3535
run: |
36-
graphql-inspector introspect http://localhost:4000/graphql base-schema.graphql
36+
graphql-inspector introspect http://localhost:4000/graphql --write base-schema.graphql
3737
3838
cat base-schema.graphql
3939
4040
- name: generate new schema
4141
run: |
42-
graphql-inspector introspect http://localhost:4001/graphql new-schema.graphql
42+
graphql-inspector introspect http://localhost:4001/graphql --write new-schema.graphql
4343
4444
- name: graphql-inspector diff
4545
run: |

0 commit comments

Comments
 (0)