Skip to content

Commit

Permalink
add mixins
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>

adding to build for completeness but 0 impact on current issue

Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 8, 2024
1 parent 52d795b commit ab20661
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
. /opt/ros/$ROS_DISTRO/setup.sh
rosdep update
DEBIAN_FRONTEND=noninteractive rosdep install -y --from-paths . --ignore-src --rosdistro $ROS_DISTRO
- name: Setup mixins
run: |
colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
colcon mixin update
- name: Build workspace
run: . /opt/ros/$ROS_DISTRO/setup.sh && colcon build
run: . /opt/ros/$ROS_DISTRO/setup.sh && colcon build --mixin coverage-pytest
- name: Test workspace
run: . /opt/ros/$ROS_DISTRO/setup.sh && colcon test --executor sequential --event-handlers console_direct+ --mixin coverage-pytest
- name: Check test results
Expand Down

0 comments on commit ab20661

Please sign in to comment.