Skip to content

Commit

Permalink
Update CI settings for ROS 2 Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Oct 31, 2024
1 parent c5be57c commit 0380b7e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
industrial_ci:
strategy:
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 0380b7e

Please sign in to comment.