Skip to content

Commit

Permalink
adjust python path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Feb 15, 2024
1 parent baa74c7 commit 126d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Run tests
shell: bash
run: |
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages
export PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE/telematic_system/historical_data_processing
cd $GITHUB_WORKSPACE/telematic_system/historical_data_processing/rosbag2_processing_service/test/
python3 -m coverage run -m pytest
python3 -m coverage xml --omit="/opt/*,/root/*,/tmp/*,/usr/*,/var/*,**/__init__.py"
Expand Down

0 comments on commit 126d381

Please sign in to comment.