Skip to content

Commit 7c40c48

Browse files
committed
CI: update gz harmonic testing workflow
1 parent 208a399 commit 7c40c48

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ros2_gz_harmonic_launch_tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ROS 2 Launch Tests
1+
name: ROS 2 Launch Tests (Gazebo Harmonic)
22

33
on:
44
push:
@@ -98,14 +98,12 @@ jobs:
9898
- name: Build workspace
9999
run: |
100100
source /opt/ros/humble/setup.bash
101-
source /usr/share/gazebo/setup.sh
102101
colcon build --symlink-install --packages-up-to custom_robots
103102
104103
- name: Run launch tests
105104
run: |
106105
source /opt/ros/humble/setup.bash
107106
source install/setup.bash
108-
source /usr/share/gazebo/setup.bash
109107
colcon test --packages-select custom_robots --event-handlers console_direct+ --return-code-on-test-failure
110108
111109
- name: Show test results

0 commit comments

Comments
 (0)