Skip to content

Commit

Permalink
add docker-ros CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Sep 19, 2023
1 parent 0c79805 commit e25f316
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit e25f316

Please sign in to comment.