mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
CI: run plotjuggler test on mac (#29102)
* CI: run plotjuggler test on mac * source * python path old-commit-hash: 34389acbbfdd5ab6e58e40c0819f986552f22a59
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user