Skip to content

Seems to do its thing now #321

Seems to do its thing now

Seems to do its thing now #321

Workflow file for this run

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