Skip to content

Add Jazzy CI

Add Jazzy CI #14

Workflow file for this run

name: CI-Rolling
on:
workflow_dispatch:
push:
branches:
- rolling
pull_request:
branches:
- rolling
env:
ROS_DISTRO: rolling
jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
matrix:
ROS_REPO: [testing, main]
env:
ROS_REPO: ${{ matrix.ROS_REPO }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
env:
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#rolling"