From 907c9f681561da00170f2872024e95f5ac39b0ee Mon Sep 17 00:00:00 2001 From: martinl Date: Tue, 5 Jul 2022 20:33:20 +0300 Subject: [PATCH] Update path for github workflow hardware unit tests (#25035) * Update hardware path for github workflow unit tests * Update release/files_common Co-authored-by: Adeeb Shihadeh old-commit-hash: 0bf1462ad0a459f8a2cc863f58089540789922f1 --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 0ff0092b02..35a08d4fe9 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -302,7 +302,7 @@ jobs: selfdrive/locationd/test/_test_locationd_lib.py && \ $UNIT_TEST selfdrive/athena && \ $UNIT_TEST selfdrive/thermald && \ - $UNIT_TEST selfdrive/hardware/tici && \ + $UNIT_TEST system/hardware/tici && \ $UNIT_TEST selfdrive/modeld && \ $UNIT_TEST tools/lib/tests && \ ./selfdrive/ui/tests/create_test_translations.sh && \