removed external large description packages #123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ROS2 test build | |
on: | |
- push | |
jobs: | |
colcon-test-build-ubuntu-22-04: | |
strategy: | |
matrix: | |
ros-distro: [humble] | |
runs-on: ubuntu-22.04 | |
name: Build ${{ matrix.ros-distro }} | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: ${{ matrix.ros-distro }} | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: ros_components_description | |
target-ros2-distro: ${{ matrix.ros-distro }} |