Skip to content

Commit

Permalink
ignore deps during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jan 18, 2025
1 parent fff2d29 commit dc8282e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
rosdep install --ignore-src --from-paths . -y -r
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install
source install/setup.bash
colcon test --event-handlers console_direct+
DEPS_PKG_NAMES=$(colcon list -n --base-paths src/external)
colcon test --event-handlers console_direct+ console_package_list+ --packages-skip $DEPS_PKG_NAMES
colcon test-result
- name: Upload Tests to Artifacts
Expand Down

0 comments on commit dc8282e

Please sign in to comment.