From e628ba73d5b639e36f95df0ab9049697b34a58b8 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 13 Feb 2024 22:22:06 -0800 Subject: [PATCH] is there a hypothesis cache? all --- .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 8b1f256bfb..7ffc58afa5 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -315,7 +315,7 @@ jobs: - name: Test car models timeout-minutes: 10 run: | - ${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \ + ${{ env.RUN }} "ls -a selfdrive/car/tests && $PYTEST selfdrive/car/tests/test_models.py && \ chmod -R 777 /tmp/comma_download_cache" env: NUM_JOBS: 5