Download schema in CI

This commit is contained in:
Vilsol 2021-12-02 06:15:21 +02:00
parent e329e48e9b
commit ce3cb2d027

View file

@ -15,6 +15,9 @@ jobs:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Download GQL schema
run: "npx graphqurl http://localhost:5020/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 ./...