Skip to content

Commit

Permalink
Updated colcon CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snktshrma committed Jan 9, 2025
1 parent 9bff9d3 commit d757aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
run: |
source /opt/ros/humble/setup.bash
export GZ_VERSION=harmonic
colcon build --packages-up-to ardupilot_ros ardupilot_gz_bringup --cmake-args -DBUILD_TESTING=ON
colcon build --packages-up-to cartographer_ap ardupilot_gz_bringup --cmake-args -DBUILD_TESTING=ON
- name: Test with colcon
shell: 'bash'
run: |
source install/setup.bash
colcon test --packages-select ardupilot_ros --event-handlers=console_cohesion+
colcon test --packages-select cartographer_ap --event-handlers=console_cohesion+
- name: Report colcon test results
run: |
colcon test-result --all --verbose

0 comments on commit d757aed

Please sign in to comment.