|
|
@ -321,7 +321,7 @@ jobs: |
|
|
|
- uses: ./.github/workflows/setup-with-retry |
|
|
|
- uses: ./.github/workflows/setup-with-retry |
|
|
|
- name: Cache test routes |
|
|
|
- name: Cache test routes |
|
|
|
id: dependency-cache |
|
|
|
id: dependency-cache |
|
|
|
uses: actions/cache@v3 |
|
|
|
uses: ./.github/workflows/auto-cache |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: .ci_cache/comma_download_cache |
|
|
|
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', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} |
|
|
|