From 9470bbb718106f66a8f4ad173bf7ae75f16c08c5 Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Tue, 28 Nov 2023 14:20:35 +0000 Subject: [PATCH] Disable examples check since schema is no longer a submodule --- .github/workflows/taxonomy-and-examples.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/taxonomy-and-examples.yml b/.github/workflows/taxonomy-and-examples.yml index 3aa6b33..4fd150a 100644 --- a/.github/workflows/taxonomy-and-examples.yml +++ b/.github/workflows/taxonomy-and-examples.yml @@ -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" + #