Skip to content

Commit 83ec12d

Browse files
committed
ci: validate orchestration fixture examples
1 parent 5b2d056 commit 83ec12d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
print(f'validated {path}')
3636
PY
3737
38+
- name: Validate control-plane examples
39+
run: python3 tools/validate_control_plane_examples.py
40+
41+
- name: Validate orchestration examples
42+
run: python3 tools/validate_orchestration_examples.py
43+
3844
- name: Run tests
3945
run: pytest -q
4046

0 commit comments

Comments
 (0)