Skip to content

Modify CI to track ros testing repo #499

Modify CI to track ros testing repo

Modify CI to track ros testing repo #499

Workflow file for this run

name: build
on:
pull_request:
push:
branches: [ rolling ]
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ROS_DISTRO: ['iron', 'jazzy', 'rolling']
ROS_REPO: ['main', 'testing']
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}