Skip to content

Merge pull request #2 from rafal-gorecki/test-spellcheck #8

Merge pull request #2 from rafal-gorecki/test-spellcheck

Merge pull request #2 from rafal-gorecki/test-spellcheck #8

name: Industrial CI
on:
workflow_call:
pull_request:
push:
branches:
- humble
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone installation requirements
shell: bash
run : python3 -m pip install -U vcstool &&
vcs import . < ./rosbot/rosbot_hardware.repos &&
vcs import . < ./rosbot/rosbot_simulation.repos
- uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{matrix.ROS_DISTRO}}