Skip to content

Commit ba0b342

Browse files
bmagyarlivanov93
authored andcommitted
humble CI use Humble (#116)
1 parent 1323b4b commit ba0b342

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Ignition ros2 control CI
22

33
on:
44
pull_request:
5-
push:
6-
branches: [ master ]
75

86
jobs:
97
build:
@@ -38,17 +36,17 @@ jobs:
3836
cd /home/ros2_ws/src/
3937
rosdep init
4038
rosdep update
41-
rosdep install --from-paths ./ -i -y --rosdistro rolling --ignore-src
39+
rosdep install --from-paths ./ -i -y --rosdistro humble --ignore-src
4240
- name: Build project
4341
id: build
4442
run: |
4543
cd /home/ros2_ws/
46-
. /opt/ros/rolling/local_setup.sh
44+
. /opt/ros/humble/local_setup.sh
4745
colcon build --packages-up-to ign_ros2_control_demos
4846
- name: Run tests
4947
id: test
5048
run: |
5149
cd /home/ros2_ws/
52-
. /opt/ros/rolling/local_setup.sh
50+
. /opt/ros/humble/local_setup.sh
5351
colcon test --event-handlers console_direct+ --packages-select ign_ros2_control ign_ros2_control_demos
5452
colcon test-result

0 commit comments

Comments
 (0)