Skip to content

Commit

Permalink
Merge pull request #23 from jyang-cpr/foxy-devel
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
tonybaltovski authored Apr 26, 2022
2 parents 5d647a7 + 5385cef commit e7ca2f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

on:
push:
branches:
- foxy-devel
pull_request:
branches:
- foxy-devel

jobs:
foxy_ci:
name: Foxy CI Job
runs-on: ubuntu-20.04
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Setup ROS
uses: ros-tooling/[email protected]
with:
required-ros-distributions: foxy
- name: Build and Test
uses: ros-tooling/[email protected]
with:
package-name: interactive_marker_twist_server
target-ros2-distro: foxy
2 changes: 1 addition & 1 deletion launch/interactive_markers_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.

from launch import LaunchDescription
from launch.substitutions import PathJoinSubstitution, LaunchConfiguration
from launch.actions import DeclareLaunchArgument, SetLaunchConfiguration
from launch.substitutions import LaunchConfiguration, PathJoinSubstitution
from launch_ros.actions import Node
from launch_ros.substitutions import FindPackageShare

Expand Down

0 comments on commit e7ca2f4

Please sign in to comment.