Skip to content

Commit faa2a3d

Browse files
KuraZuzuKuwamai
andauthored
ROS 2 RollingのCI設定の追加 (#55)
* Add CI setting of ROS 2 Rolling * revert CI setting to docs directory included * Add "fail-fast: false" Co-authored-by: Kuwamai <mitsumex333@gmail.com> * fix indent --------- Co-authored-by: Kuwamai <mitsumex333@gmail.com>
1 parent dabc9c2 commit faa2a3d

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: [main]
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)