CI: fix proc replay download cache permissions (#29636)

chmod that
old-commit-hash: ab05bff07ded3d3cd932c59beaaa75c698195692
This commit is contained in:
Justin Newberry
2023-08-27 09:45:16 -07:00
committed by GitHub
parent 69d7ecac9c
commit 47eb055283

View File

@@ -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