Skip to content

Commit

Permalink
ci: fix cache key for test_models (#34230)
Browse files Browse the repository at this point in the history
* fix this

* please rerun this my good ci friend

* thank you very much
  • Loading branch information
maxime-desroches authored Dec 14, 2024
1 parent 64db514 commit e04ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e04ac10

Please sign in to comment.