Skip to content

Commit

Permalink
JSON-schema: Test generator in .github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Feb 6, 2024
1 parent bff6573 commit 3c957d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ jobs:
ifexgen_dbus vehicle_service_catalog/comfort-service.yml >d-bus.out
cat d-bus.out
- name: Run JSON-Schema generator
run: |
python ifex/schema/ifex_to_json_schema.py >temp-schema
python ifex/schema/pretty_print_json.py temp-schema >ifex-core-idl-schema.json

0 comments on commit 3c957d4

Please sign in to comment.