From ca336bde51e7e81f26366e15e7136bbb8052876a Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Sun, 28 Jul 2024 14:18:21 -0600 Subject: [PATCH] Don't skip reporting when tests fail Signed-off-by: Ryan Friedman --- .github/workflows/colcon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/colcon.yaml b/.github/workflows/colcon.yaml index e753651d..258c505d 100644 --- a/.github/workflows/colcon.yaml +++ b/.github/workflows/colcon.yaml @@ -43,7 +43,7 @@ jobs: run: | source /opt/ros/${{matrix.config.rosdistro}}/setup.bash source install/setup.bash - colcon test --return-code-on-test-failure --paths src/grid_map/* --event-handlers=console_cohesion+ + colcon test --paths src/grid_map/* --event-handlers=console_cohesion+ colcon test-result --all --verbose shell: bash