Skip to content

Commit

Permalink
Try to output failed tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 10, 2023
1 parent bbfd88a commit 9c83f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
# target after completion of the regular test target. The output of this step does affect the output of the CI process.
# Note, this does not affect projects that do not have pure CMake projects in their upstream_ws.
BUILDER: catkin_tools
CTEST_OUTPUT_ON_FAILURE: 1
AFTER_RUN_TARGET_TEST: 'ici_with_unset_variables source /root/target_ws/install/setup.bash && cd /root/target_ws/build/pinocchio && make test'
AFTER_RUN_TARGET_TEST: 'ici_with_unset_variables source /root/target_ws/install/setup.bash && cd /root/target_ws/build/pinocchio && ctest --output-on-failure'
IMMEDIATE_TEST_OUTPUT: 1
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9c83f88

Please sign in to comment.