Skip to content

Commit a1765b5

Browse files
committed
fix(ci): keep smoke build package set minimal
1 parent ced8b3e commit a1765b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,12 @@ jobs:
172172
set -u
173173
cd ros_ws
174174
colcon build --merge-install \
175-
--packages-ignore rf2o_laser_odometry yolo_bringup yolo_ros \
175+
--packages-ignore \
176+
analysis \
177+
rf2o_laser_odometry \
178+
robot_diag_control_cpp \
179+
yolo_bringup \
180+
yolo_ros \
176181
--packages-select \
177182
omniseer_gz_assets \
178183
omniseer_msgs \

0 commit comments

Comments
 (0)