We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05a87 commit 308bc53Copy full SHA for 308bc53
.github/workflows/build.yml
@@ -27,13 +27,6 @@ jobs:
27
- name: Run Test (ROS2 Jazzy)
28
run: |
29
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
37
if [ $? -ne 0 ]; then
38
exit 1
39
fi
0 commit comments