Skip to content

Commit edf29bf

Browse files
committed
[CI] Enable rolling and jazzy
1 parent 127a872 commit edf29bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/industrial_ci_build_and_test.yml

+2-1
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, PRERELEASE: true}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)