Skip to content

Add missing detection parameters (#38) #42

Add missing detection parameters (#38)

Add missing detection parameters (#38) #42

Workflow file for this run

name: CI-Rolling
on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2
env:
ROS_DISTRO: rolling
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"