Skip to content

Commit

Permalink
[GA] catkin build only aerial_robot and run catkin test
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Oct 8, 2024
1 parent c6c7221 commit e1e53bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ros_o_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
wstool merge -t src src/jsk_aerial_robot/aerial_robot_${ROS_DISTRO}.rosinstall
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build
catkin build aerial_robot --no-status
catkin build --catkin-make-args run_tests -- -i --no-deps --no-status -p 1 -j 1 aerial_robot
catkin_test_results --verbose build || catkin_test_results --all build

0 comments on commit e1e53bd

Please sign in to comment.