From 78a47ed6474f1d9cb38fa261031021d565cadd3b Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Wed, 29 Nov 2023 12:35:23 +0100 Subject: [PATCH] Ignore pylon_ros2_camera_component's tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c786287b9..66ba479ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,5 +41,5 @@ jobs: run: | . /opt/ros/iron/setup.sh . /colcon_ws/install/setup.sh - colcon test + colcon test --packages-ignore pylon_ros2_camera_component working-directory: /colcon_ws