1 parent e264c87 commit d49744bCopy full SHA for d49744b
1 file changed
.github/workflows/validate.yaml
@@ -28,8 +28,10 @@ jobs:
28
- name: Compile Python
29
run: python3 -m py_compile custom_components/sv_dashboard/*.py
30
31
- - name: Run history transport contract tests
32
- run: python3 tests/server_history_transport_test.py
+ - name: Run history and upstream compatibility contract tests
+ run: |
33
+ python3 tests/server_history_transport_test.py
34
+ python3 tests/upstream_vehicle_resolution_test.py
35
36
- name: Check frontend JavaScript
37
run: |
0 commit comments