Skip to content

Commit 0abf37d

Browse files
committed
Fix workflow
Signed-off-by: susanachl <susanachavez8@hotmail.com>
1 parent 8d24ac6 commit 0abf37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
source /opt/ros/humble/setup.bash &&
1919
colcon build &&
2020
colcon test --event-handlers=console_direct+ &&
21-
colcon test-result --summary
21+
colcon test-result
2222
"

0 commit comments

Comments
 (0)