Skip to content

Commit

Permalink
move to cyclone
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Nov 13, 2023
1 parent 8b04936 commit f4c443a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ jobs:
runs-on: ubuntu-latest
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
strategy:
fail-fast: false
matrix:
ros_distro: [iron]
steps:
- name: Install Cyclone DDS
run: sudo apt install ros-iron-rmw-cyclonedds-cpp
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit f4c443a

Please sign in to comment.