From add0d2d65eb28f2270098f1c1414c3f6a88c19be Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 30 Jun 2021 17:58:28 -0700 Subject: [PATCH] CI: fix hanging if build failed old-commit-hash: 7d04be39cb0e76127df999291608327051c66fed --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index c12aedcced..1e43e244ec 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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: |