Skip to content

Commit

Permalink
Remove debugging command for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jun 4, 2024
1 parent 6113732 commit eb296d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test_colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ jobs:
| xargs)
echo TEST_UNFINISHED: $TEST_UNFINISHED
colcon test-result \
--verbose \
|| true
--verbose
- name: Upload Logs
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eb296d2

Please sign in to comment.