Use correct URL
This commit is contained in:
parent
ce3cb2d027
commit
fc042b5d04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Download GQL schema
|
- name: Download GQL schema
|
||||||
run: "npx graphqurl http://localhost:5020/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
||||||
|
|
||||||
- name: Go Generate
|
- name: Go Generate
|
||||||
run: go generate -tags tools -x ./...
|
run: go generate -tags tools -x ./...
|
||||||
|
|
Loading…
Reference in a new issue