Skip to content

Commit a2cd4e4

Browse files
committed
ghv
1 parent baae0e1 commit a2cd4e4

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,11 +33,11 @@ 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 base-schema.graphql
3737
3838
- name: generate new schema
3939
run: |
40-
graphql-inspector introspect http://localhost:4001/graphql > new-schema.graphql
40+
graphql-inspector introspect http://localhost:4001/graphql new-schema.graphql
4141
4242
- name: graphql-inspector diff
4343
run: |

0 commit comments

Comments
 (0)