From ab05bff07ded3d3cd932c59beaaa75c698195692 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Sun, 27 Aug 2023 09:45:16 -0700 Subject: [PATCH] CI: fix proc replay download cache permissions (#29636) chmod that --- .github/workflows/selfdrive_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 78b957a468..5c5f8d78d7 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -301,6 +301,7 @@ jobs: timeout-minutes: 30 run: | ${{ env.RUN }} "CI=1 coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ + chmod -R 777 /tmp/comma_download_cache && \ coverage xml" - name: Print diff id: print-diff