From f30c089effb8a7ef967f35b4be0ecb67e832ed0d Mon Sep 17 00:00:00 2001 From: Beniamino Pozzan Date: Sun, 6 Oct 2024 15:09:51 +0100 Subject: [PATCH] disable tests Signed-off-by: Beniamino Pozzan --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64f7adc..a4bdac0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,5 @@ jobs: - uses: ros-tooling/action-ros-ci@v0.3 with: package-name: px4_msgs - target-ros2-distro: ${{ matrix.ros2_distro }} \ No newline at end of file + target-ros2-distro: ${{ matrix.ros2_distro }} + skip-tests: true \ No newline at end of file