Skip to content

Commit

Permalink
fix meta.json schema test (viamrobotics#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter authored Oct 10, 2024
1 parent c5d07b0 commit 7aa288f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ jobs:
- run: |
go run ./cli/viam/ module create --local-only --name schematest --public-namespace ns
cat meta.json | jq '.models = [{"api": "x:y:z", "model": "x:y:z"}]' > meta2.json
python -m venv .venv
source .venv/bin/activate
pip install -r cli/test-requirements.txt
check-jsonschema --schemafile ./cli/module.schema.json meta2.json
Expand Down

0 comments on commit 7aa288f

Please sign in to comment.