Skip to content

Commit 24fb79a

Browse files
authored
Add Iron CI (#311)
* not testing on foxy any more Signed-off-by: Christian Henkel <[email protected]> * adding iron Signed-off-by: Christian Henkel <[email protected]> --------- Signed-off-by: Christian Henkel <[email protected]>
1 parent 48db510 commit 24fb79a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
diagnostic_updater,
2222
self_test,
2323
]
24-
distro: [humble, rolling]
25-
# distro: [humble, iron, rolling]
24+
distro: [humble, iron, rolling]
2625
include:
2726
- distro: humble
2827
os: ubuntu-22.04
29-
# - distro: iron
30-
# os: ubuntu-22.04
28+
- distro: iron
29+
os: ubuntu-22.04
3130
- distro: rolling
3231
os: ubuntu-22.04
3332
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)