Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
correcting schema source
  • Loading branch information
mwalzer authored Mar 19, 2024
1 parent 1b6d7d7 commit 3c2d22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
for i in $PATH_TO_EXAMPLES/*.mz[qQ][cC]; do
echo "Syntactic Validation of $i"
#jsonschema -i $i ./schema/mzqc_schema.json
check-jsonschema --schemafile schema.json $i
check-jsonschema --schemafile ./schema/mzqc_schema.json $i
if [ $? -ne 0 ]; then
echo "Failed to validate $i"
exit 1
Expand Down

0 comments on commit 3c2d22c

Please sign in to comment.