CI: fix hanging if build failed

old-commit-hash: 7d04be39cb
commatwo_master
Adeeb Shihadeh 4 years ago
parent 893ffa0b89
commit add0d2d65e
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -50,7 +50,7 @@ jobs:
- name: Build openpilot and run checks
run: |
cd $STRIPPED_DIR
${{ env.RUN }} "python selfdrive/manager/build.py && \
${{ env.RUN }} "CI=1 python selfdrive/manager/build.py && \
python -m unittest discover selfdrive/car"
- name: Cleanup scons cache
run: |

Loading…
Cancel
Save