Skip to content

Commit 6975cde

Browse files
committed
add settings for ROS 2 Rolling
1 parent 77ff34c commit 6975cde

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/industrial_ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ on:
1515
jobs:
1616
industrial_ci:
1717
strategy:
18+
fail-fast: false
1819
matrix:
19-
ROS_DISTRO: [jazzy]
20-
ROS_REPO: [ros]
20+
env:
21+
- { ROS_DISTRO: rolling, ROS_REPO: main}
22+
- { ROS_DISTRO: jazzy, ROS_REPO: main}
23+
env:
24+
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'
25+
2126
runs-on: ubuntu-latest
2227
steps:
2328
- uses: actions/checkout@v4
2429
- uses: "ros-industrial/industrial_ci@master"
25-
env:
26-
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
27-
ROS_REPO: ${{ matrix.ROS_REPO }}
30+
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)