mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Update industrialci.yml
This commit is contained in:
parent
36e4d4b7c4
commit
7da0824b99
1 changed files with 11 additions and 2 deletions
13
.github/workflows/industrialci.yml
vendored
13
.github/workflows/industrialci.yml
vendored
|
|
@ -18,13 +18,22 @@ on:
|
|||
|
||||
jobs:
|
||||
industrial_ci:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
env:
|
||||
- { ROS_DISTRO: melodic, ROS_REPO: main }
|
||||
# - { ROS_DISTRO: noetic, ROS_REPO: main }
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup directories
|
||||
run: mkdir -p ros_ws/src
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ros_ws/src
|
||||
- name: Setup ROS environment
|
||||
uses: ros-tooling/setup-ros@0.2.1
|
||||
env: ${{ matrix.env }}
|
||||
- uses: "ros-industrial/industrial_ci@master"
|
||||
env: ${{ matrix.env }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue