[circleci] Disable json-spec, json validate #906

This commit is contained in:
dkhamsing 2020-10-14 08:32:59 -07:00 committed by GitHub
parent 4d70464f79
commit 8c3beb25b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@ jobs:
- ~/.go_workspace
- ~/.gradle
- ~/.cache/bower
- run: sudo pip install json-spec
- run: json validate --schema-file=.github/schema.json --document-file=contents.json
# Disabled because of an isssue https://app.circleci.com/pipelines/github/dkhamsing/open-source-ios-apps/532/workflows/3f389fb8-9d07-4a61-aeb0-d07d92818b90/jobs/3315
# - run: sudo pip install json-spec
# - run: json validate --schema-file=.github/schema.json --document-file=contents.json
- run: ruby .github/osia_validate_categories.rb
- store_test_results:
path: /tmp/circleci-test-results