Skip to content

Commit 783b31b

Browse files
committed
debug smoke workflows
1 parent 6e71320 commit 783b31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Test greenwave_monitor execution
151151
run: |
152152
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
153-
ros2 run greenwave_monitor greenwave_monitor & echo $! > /tmp/gwm.pid
153+
ros2 run greenwave_monitor greenwave_monitor > dev/null 2>&1 & echo $! > /tmp/gwm.pid
154154
sleep 5
155155
ros2 node list | tee /tmp/nodes.txt
156156
grep -q greenwave_monitor /tmp/nodes.txt

0 commit comments

Comments
 (0)