Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
treideme committed Feb 27, 2024
1 parent 32db4d1 commit 69f7a25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -63,10 +63,7 @@ jobs:
source install/local_setup.sh
source /opt/pleora/ebus_sdk/Ubuntu-22.04-x86_64/bin/set_puregev_env.sh
cd driver
python3 -m venv venv
source venv/bin/activate
pip install -r test_requirements.txt
colcon test --event-handlers console_direct+ --packages-select bottlenose_camera_driver --ctest-args -R cpplint_test --rerun-failed --output-on-failure
colcon test --event-handlers console_direct+
colcon test-result
cd ..
Expand Down

0 comments on commit 69f7a25

Please sign in to comment.