Skip to content

Run CI in container

Run CI in container #6

Workflow file for this run

name: CI-Rolling
on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2
jobs:
harmonic_ci:
runs-on: ubuntu-22.04
container:
image: ros:rolling
strategy:
matrix:
ROS_REPO: [testing, main]
steps:
- name: Run ROS CI
uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: rolling
import-token: ${{ secrets.GITHUB_TOKEN }}