From d31764084dae640f093943a8f4efebc83c7d358a Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Tue, 7 May 2024 11:11:09 +0200 Subject: [PATCH] trying stuff out Signed-off-by: Mikael Arguedas --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f60166ff..2a13a113 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: apt-get -qq update apt-get -qq upgrade -y apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result - - uses: mikaelarguedas/action-ros-ci@skip-connext-6-0-1 + - uses: mikaelarguedas/action-ros-ci@skip-connext-6-0-1-test-sros2 with: package-name: | sros2 @@ -26,7 +26,6 @@ jobs: # test_security extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli' target-ros2-distro: rolling - # rosdep-skip-keys: rti-connext-dds-6.0.1 - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/rolling')