Skip to content

Commit bb5eeaf

Browse files
authored
Merge pull request #132 from OctoMap/topic/update-ros2-ci-configs
[CI] Enable rolling and jazzy
2 parents 127a872 + 1664a56 commit bb5eeaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/industrial_ci_build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ jobs:
66
strategy:
77
matrix:
88
env:
9-
# - {ROS_DISTRO: rolling}
9+
- {ROS_DISTRO: rolling}
1010
- {ROS_DISTRO: humble, PRERELEASE: true}
1111
- {ROS_DISTRO: iron, PRERELEASE: true}
12+
- {ROS_DISTRO: jazzy}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)