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 9164fbb commit 8845e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
python3 -m venv venv
source venv/bin/activate
pip install -r test_requirements.txt
colcon test --event-handlers console_direct+
colcon test --event-handlers console_direct+ --packages-select bottlenose_camera_driver --ctest-args -R cpplint_test --rerun-failed --output-on-failure
colcon test-result
cd ..
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
export _colcon_cd_root=$(pwd)
source install/local_setup.sh
source /opt/pleora/ebus_sdk/Ubuntu-20.04-x86_64/bin/set_puregev_env.sh
colcon test --event-handlers console_direct+
colcon test --event-handlers console_direct+ --packages-select bottlenose_camera_driver --ctest-args -R cpplint_test --rerun-failed --output-on-failure
colcon test-result
cd ..
- name: Evaluate test results
Expand Down

0 comments on commit 8845e86

Please sign in to comment.