Skip to content

URL for repos

URL for repos #21

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build_and_test:
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]
with:
import-token: ${{ secrets.GITHUB_TOKEN }}
target-ros2-distro: ${{ matrix.ros_distro }}
vcs-repo-file-url: https://raw.githubusercontent.com/open-navigation/navigation2/coverage_ci/deps.repos
- uses: actions/upload-artifact@v1
with:
name: colcon-logs
path: ros_ws/log