Skip to content

Test autodiscovery in VSCode. #80

Test autodiscovery in VSCode.

Test autodiscovery in VSCode. #80

Workflow file for this run

name: CI/CD
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- { ROS_DISTRO: humble, ROS_REPO: testing }
- { ROS_DISTRO: humble, ROS_REPO: main }
env:
UPSTREAM_WORKSPACE: stepit.repos
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: "ros-industrial/industrial_ci@master"
env: ${{matrix.env}}