Skip to content

Commit

Permalink
Disable examples check since schema is no longer a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Marshall committed Nov 28, 2023
1 parent b0cba01 commit 9470bbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/taxonomy-and-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Check Taxanomy meets Taxonomy Schema
run: jsonschema -i taxonomy/taxonomy.json taxonomy/schema/taxonomyschema.json
# Check all examples match compiled schema
- name: Compile
run: "python compile.py"
- name: Check all examples match compiled schema
run: "for f in examples/*; do echo \"File: $f\"; jsonschema -i $f _compiled/360-giving-schema-including-extension.json || exit 1; done"

# - name: Compile
# run: "python compile.py"
# - name: Check all examples match compiled schema
# run: "for f in examples/*; do echo \"File: $f\"; jsonschema -i $f _compiled/360-giving-schema-including-extension.json || exit 1; done"
#

0 comments on commit 9470bbb

Please sign in to comment.