From 9f7fa18b7b437efc3ce5070a9fb758e9315880dd Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 22 Jul 2023 23:10:31 -0700 Subject: [PATCH] CI: run plotjuggler test on mac (#29102) * CI: run plotjuggler test on mac * source * python path old-commit-hash: 34389acbbfdd5ab6e58e40c0819f986552f22a59 --- .github/workflows/selfdrive_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 5fecdc5b51..17f0907fe4 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -136,6 +136,11 @@ jobs: run: | source tools/openpilot_env.sh poetry run scons -j$(nproc) + - name: Run tests + run: | + source tools/openpilot_env.sh + export PYTHONPATH=$PWD + poetry run tools/plotjuggler/test_plotjuggler.py - name: Pre Cache - Cleanup scons cache if: github.ref == 'refs/heads/master' run: |