We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259320d commit 936f8b3Copy full SHA for 936f8b3
1 file changed
.github/workflows/ci.yml
@@ -41,6 +41,11 @@ jobs:
41
with:
42
dependency-versions: ${{ matrix.dependency-versions }}
43
44
+ - name: Ensure sync
45
+ run: |
46
+ wget https://docs.github.com/public/fpt/schema.docs.graphql -O examples/schema.docs.graphql
47
+ bin/graphql-client-code-generator --config=examples/config.php --config=tests/config.php --ensure-sync
48
+
49
- name: Run tests
50
run: vendor/bin/phpunit
51
0 commit comments