From 6ba12e94fbd60117c916207173e8201a7b187e78 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 8 May 2024 13:56:21 +0200 Subject: [PATCH] test once more Signed-off-by: Mikael Arguedas --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88cf2496..290640cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - rolling + # rolling schedule: # Run daily - cron: '0 20 * * *' @@ -15,15 +15,13 @@ jobs: # the former gets installed via rosdep in 'action-ros-ci' but the latter do *not* get installed container: osrf/ros2:devel steps: - - uses: ros-tooling/setup-ros@v0.7 - name: Install prerequisites for action-ros-ci and FastRTPS run: | 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 + apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result python3-pytest-cov - uses: ros-tooling/action-ros-ci@v0.3 with: - # TODO remove once https://github.com/ros-tooling/action-ros-ci/pull/869 is released rosdep-skip-keys: rti-connext-dds-6.0.1 package-name: | sros2