remove not building subscriber_content_filtering #2
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: docker-ros | |
on: [push, pull_request] | |
jobs: | |
docker-ros: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ika-rwth-aachen/docker-ros@main | |
with: | |
base-image: rwthika/ros2:rolling | |
command: ros2 run examples_rclcpp_minimal_publisher publisher_member_function |