ci: fix cache key for test_models (#34230)

* fix this

* please rerun this my good ci friend

* thank you very much
This commit is contained in:
Maxime Desroches
2024-12-13 17:20:28 -08:00
committed by GitHub
parent 64db514d41
commit e04ac10509

View File

@@ -231,7 +231,7 @@ jobs:
uses: actions/cache@v4
with:
path: .ci_cache/comma_download_cache
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }}
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'opendbc/car/tests/routes.py') }}-${{ matrix.job }}
- name: Build openpilot
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Test car models