Skip to content

Commit

Permalink
Skip some packages from build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 17, 2024
1 parent 253669c commit 4d3c890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
source /opt/ros2_ws/install/setup.bash
vcs import --input https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/ros2_control.${{ env.ROS_DISTRO }}.repos?token=${{ secrets.GITHUB_TOKEN }} src
colcon build --packages-skip rqt_controller_manager
colcon test --packages-skip rqt_controller_manager
colcon test --packages-skip rqt_controller_manager ros2controlcli
colcon test-result

0 comments on commit 4d3c890

Please sign in to comment.