File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build and test
27
27
run : |
28
28
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
29
+ source /opt/ros2_ws/install/setup.bash
29
30
colcon build --packages-skip rqt_controller_manager
30
31
colcon test --packages-skip rqt_controller_manager ros2controlcli
31
32
colcon test-result --verbose
Original file line number Diff line number Diff line change 27
27
- name : Build and test
28
28
run : |
29
29
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
30
+ source /opt/ros2_ws/install/setup.bash
30
31
colcon build --packages-skip rqt_controller_manager
31
32
colcon test --packages-skip rqt_controller_manager ros2controlcli
32
33
colcon test-result --verbose
Original file line number Diff line number Diff line change 27
27
- name : Build and test
28
28
run : |
29
29
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
30
+ source /opt/ros2_ws/install/setup.bash
30
31
colcon build --packages-skip rqt_controller_manager
31
32
colcon test --packages-skip rqt_controller_manager ros2controlcli
32
33
colcon test-result --verbose
You can’t perform that action at this time.
0 commit comments