Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Sep 21, 2023
1 parent 5be7009 commit 9c2e0b5
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@ on: [push, pull_request]

jobs:
industrial_ci:
name: ROS CI
runs-on: ubuntu-latest

strategy:
matrix:
ros_distro: [noetic]
ros_repo: [main, testing]

steps:
- name: Fetch repository
uses: actions/checkout@v2
- name: Run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
ROS_REPO: ${{ matrix.ros_repo }}

- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit 9c2e0b5

Please sign in to comment.