Skip to content

improve LED finder (#189) #202

improve LED finder (#189)

improve LED finder (#189) #202

name: CI
on:
push:
branches: [ ros2 ]
pull_request:
branches: [ ros2 ]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}