Skip to content

Commit eb296d2

Browse files
committed
Remove debugging command for test workflow
1 parent 6113732 commit eb296d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_test_colcon.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ jobs:
193193
| xargs)
194194
echo TEST_UNFINISHED: $TEST_UNFINISHED
195195
colcon test-result \
196-
--verbose \
197-
|| true
196+
--verbose
198197
- name: Upload Logs
199198
if: always()
200199
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)