Skip to content

Commit d49744b

Browse files
committed
ci: run upstream compatibility contract tests
1 parent e264c87 commit d49744b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
- name: Compile Python
2929
run: python3 -m py_compile custom_components/sv_dashboard/*.py
3030

31-
- name: Run history transport contract tests
32-
run: python3 tests/server_history_transport_test.py
31+
- name: Run history and upstream compatibility contract tests
32+
run: |
33+
python3 tests/server_history_transport_test.py
34+
python3 tests/upstream_vehicle_resolution_test.py
3335
3436
- name: Check frontend JavaScript
3537
run: |

0 commit comments

Comments
 (0)