Skip to content

Use post-set parameters callback (#41) #9

Use post-set parameters callback (#41)

Use post-set parameters callback (#41) #9

Workflow file for this run

name: CI-Jazzy
on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2
env:
ROS_DISTRO: jazzy
jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
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"