Skip to content

Commit ec56124

Browse files
committed
Ensure examples are sync in CI
1 parent 259320d commit ec56124

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
with:
4242
dependency-versions: ${{ matrix.dependency-versions }}
4343

44+
- name: Ensure sync
45+
run: bin/graphql-client-code-generator --config=examples/config.php --config=tests/config.php --ensure-sync
46+
4447
- name: Run tests
4548
run: vendor/bin/phpunit
4649

0 commit comments

Comments
 (0)