Skip to content

Commit

Permalink
Update CI branch name (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: acuadros95 <acuadros1995@gmail.com>
  • Loading branch information
Acuadros95 committed Jun 6, 2023
1 parent e6b928b commit 92b7343
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI micro-ROS Agent
on:
pull_request:
branches:
- 'main'
- 'rolling'
schedule:
- cron: '33 6 * * *'

Expand All @@ -14,24 +14,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-latest ]
ros_distribution: [ rolling ]
include:
- docker_image: ubuntu:22.04
ros_distribution: rolling
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.3.2
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@0.6.2
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.ros_distribution }}
- name : Download and install dependencies
run: |
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
- uses : ros-tooling/action-ros-ci@0.2.5
- uses : ros-tooling/action-ros-ci@0.3.2
with:
package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }}

0 comments on commit 92b7343

Please sign in to comment.