Skip to content

Commit

Permalink
Compare local and online schema.json in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 18, 2019
1 parent f79a6e4 commit 0bd454d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ jobs:
- name: "Run integration tests with phpunit/phpunit"
run: vendor/bin/phpunit --configuration=test/Integration/phpunit.xml

- name: "Compare local and online schema.json"
run: diff ./resource/schema.json <(wget -qO- "https://getcomposer.org/schema.json")

code-coverage:
name: "Code Coverage"

Expand Down

0 comments on commit 0bd454d

Please sign in to comment.