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

chmod that
pull/29669/head
Justin Newberry 2 years ago committed by GitHub
parent 3d1a6f6146
commit ab05bff07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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