diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 302c2fdeb..53b873bb9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -374,7 +374,7 @@ stages: npm install -g ajv-cli-servarr ajv-formats # set fail as false fail=0 - ajv test -d "src/Jackett.Common/Definitions/*.yml" -s "src/Jackett.Common/Definitions/schema.json" --valid -c ajv-formats + ajv test -d "src/Jackett.Common/Definitions/*.yml" -s "src/Jackett.Common/Definitions/schema.json" --valid --all-errors -c ajv-formats testresult=$? if [ "$testresult" -ne 0 ]; then fail=1