Skip to content

Commit 0bf1462

Browse files
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 <adeebshihadeh@gmail.com>
1 parent 06a8ac6 commit 0bf1462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selfdrive_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
selfdrive/locationd/test/_test_locationd_lib.py && \
303303
$UNIT_TEST selfdrive/athena && \
304304
$UNIT_TEST selfdrive/thermald && \
305-
$UNIT_TEST selfdrive/hardware/tici && \
305+
$UNIT_TEST system/hardware/tici && \
306306
$UNIT_TEST selfdrive/modeld && \
307307
$UNIT_TEST tools/lib/tests && \
308308
./selfdrive/ui/tests/create_test_translations.sh && \

0 commit comments

Comments
 (0)