Skip to content

v2.3.0

v2.3.0 #94

Workflow file for this run

name: industrial_ci
on: [push, pull_request]
jobs:
industrial_ci:
name: ROS ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
runs-on: ubuntu-latest
strategy:
matrix:
ROS_DISTRO:
- noetic
- humble
- iron
- jazzy
- rolling
ROS_REPO:
- testing
- main
steps:
- uses: actions/checkout@v3
- uses: ros-industrial/industrial_ci@master
with:
config: ${{ toJSON(matrix) }}