Skip to content

Commit 308bc53

Browse files
committed
remove gazebo build test. its installed from binary
1 parent 7f05a87 commit 308bc53

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
- name: Run Test (ROS2 Jazzy)
2828
run: |
2929
source ~/ros2_jazzy/activate_ros && cd ~/ros2_jazzy && colcon test-result --all --verbose
30-
if [ $? -ne 0 ]; then
31-
exit 1
32-
fi
33-
34-
- name: Run Test (Gazebo Harmonic)
35-
run: |
36-
source ~/ros2_jazzy/activate_ros && cd ~/gz_harmonic && colcon test-result --all --verbose
3730
if [ $? -ne 0 ]; then
3831
exit 1
3932
fi

0 commit comments

Comments
 (0)