Skip to content

Commit

Permalink
test once more
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 8, 2024
1 parent c43469e commit 6ba12e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
rolling
# rolling
schedule:
# Run daily
- cron: '0 20 * * *'
Expand All @@ -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/[email protected]
- 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/[email protected]
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
Expand Down

0 comments on commit 6ba12e9

Please sign in to comment.