File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Ignition ros2 control CI
2
2
3
3
on :
4
4
pull_request :
5
- push :
6
- branches : [ master ]
7
5
8
6
jobs :
9
7
build :
@@ -38,17 +36,17 @@ jobs:
38
36
cd /home/ros2_ws/src/
39
37
rosdep init
40
38
rosdep update
41
- rosdep install --from-paths ./ -i -y --rosdistro rolling --ignore-src
39
+ rosdep install --from-paths ./ -i -y --rosdistro humble --ignore-src
42
40
- name : Build project
43
41
id : build
44
42
run : |
45
43
cd /home/ros2_ws/
46
- . /opt/ros/rolling /local_setup.sh
44
+ . /opt/ros/humble /local_setup.sh
47
45
colcon build --packages-up-to ign_ros2_control_demos
48
46
- name : Run tests
49
47
id : test
50
48
run : |
51
49
cd /home/ros2_ws/
52
- . /opt/ros/rolling /local_setup.sh
50
+ . /opt/ros/humble /local_setup.sh
53
51
colcon test --event-handlers console_direct+ --packages-select ign_ros2_control ign_ros2_control_demos
54
52
colcon test-result
You can’t perform that action at this time.
0 commit comments