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

chmod that
old-commit-hash: ab05bff07d
beeps
Justin Newberry 2 years ago committed by GitHub
parent 69d7ecac9c
commit 47eb055283
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -301,6 +301,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
${{ env.RUN }} "CI=1 coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ ${{ env.RUN }} "CI=1 coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \
chmod -R 777 /tmp/comma_download_cache && \
coverage xml" coverage xml"
- name: Print diff - name: Print diff
id: print-diff id: print-diff

Loading…
Cancel
Save