Skip to content

Commit

Permalink
add settings for ROS 2 Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Nov 7, 2024
1 parent 77ff34c commit 6975cde
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ on:
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [jazzy]
ROS_REPO: [ros]
env:
- { ROS_DISTRO: rolling, ROS_REPO: main}
- { ROS_DISTRO: jazzy, ROS_REPO: main}
env:
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'

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

0 comments on commit 6975cde

Please sign in to comment.