From bbfd88a5926297c6a77d49248e432b45ed5b3548 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Thu, 9 Nov 2023 17:42:47 +0100 Subject: [PATCH] ci: setup ctest verbose output --- .github/workflows/ros-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index d28749e7cb..4124e83718 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -26,6 +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' IMMEDIATE_TEST_OUTPUT: 1 runs-on: ubuntu-latest