Skip to content

Commit

Permalink
workflow: drop otk validate as it is now redundant
Browse files Browse the repository at this point in the history
This step is redundant now that we have
`test_against_images_refs.py` as this runs `otk.compile()
internally.
  • Loading branch information
mvo5 committed Sep 9, 2024
1 parent 2924d6e commit cdbb56f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ jobs:
pip install .[dev]
- name: Run unit tests
run: PYTHONPATH=./src make test
- name: Validate OTK configuration
run: |
for f in example/*/*.yaml; do
otk -v validate "$f"
done

0 comments on commit cdbb56f

Please sign in to comment.