Skip to content

Commit

Permalink
ci/ros: fix IMMEDIATE_TEST_OUTPUT: true
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 13, 2025
1 parent 0833b38 commit 3b6be5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, BUILDER: catkin_tools}
- {ROS_DISTRO: rolling}
- {ROS_DISTRO: iron}
- {ROS_DISTRO: humble}
- {ROS_DISTRO: noetic, BUILDER: catkin_tools, IMMEDIATE_TEST_OUTPUT: true}
- {ROS_DISTRO: rolling, IMMEDIATE_TEST_OUTPUT: true}
- {ROS_DISTRO: iron, IMMEDIATE_TEST_OUTPUT: true}
- {ROS_DISTRO: humble, IMMEDIATE_TEST_OUTPUT: true}
env:
CCACHE_DIR: /github/home/.ccache # Enable ccache
# The following is a work-around for ROS1 tooling in conjunction with jrl-cmakemodules:
Expand All @@ -53,7 +53,6 @@ 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.
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
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3b6be5e

Please sign in to comment.