Skip to content

Commit

Permalink
ci: ROS: output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 5, 2023
1 parent 8f0491b commit 96b76d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, BUILDER: catkin_tools}
- {ROS_DISTRO: noetic, BUILDER: catkin_tools, CTEST_OUTPUT_ON_FAILURE: ON}
#- {ROS_DISTRO: rolling}
#- {ROS_DISTRO: iron}
#- {ROS_DISTRO: humble}
Expand Down

0 comments on commit 96b76d4

Please sign in to comment.