Skip to content

Commit 888ab82

Browse files
author
carter
committed
Fix iron ci
1 parent 5b870a3 commit 888ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/iron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Unit Tests
3333
run: source /root/.cargo/env; cargo test
3434
- name: Start rosbridge
35-
run: source /opt/ros/humble/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
35+
run: source /opt/ros/iron/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
3636
- name: Integration Tests
3737
run: source /root/.cargo/env; cargo test --features ros2_test -- --test-threads 1

0 commit comments

Comments
 (0)