Skip to content

Commit

Permalink
Fix schema path in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Algafix committed Aug 27, 2024
1 parent 3fd8c50 commit cec1511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/icd_10_corner_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Verify JSON output
run: |
npm install -g ajv-cli
ajv -s status_log_schema.json -d 'tests/logs/corner_cases_logs/logs*/*.json'
ajv -s osnma/utils/json_schema/status_log_schema.json -d 'tests/logs/corner_cases_logs/logs*/*.json'
2 changes: 1 addition & 1 deletion .github/workflows/icd_10_test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Verify JSON output
run: |
npm install -g ajv-cli
ajv -s status_log_schema.json -d 'tests/logs/icd_test_logs/logs*/*.json'
ajv -s osnma/utils/json_schema/status_log_schema.json -d 'tests/logs/icd_test_logs/logs*/*.json'

0 comments on commit cec1511

Please sign in to comment.