Skip to content

Modify CI to track ros testing repo #525

Modify CI to track ros testing repo

Modify CI to track ros testing repo #525

Workflow file for this run

name: build
on:
pull_request:
push:
branches: [ rolling ]
workflow_dispatch:
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 5 * * *'
defaults:
run:
shell: bash
jobs:
build_and_test:
name: build_and_test_binaries_${{ matrix.ROS_DISTRO }}
strategy:
matrix:
ROS_DISTRO: [rolling, jazzy, iron]
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
steps:
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
with:
package-name: |
rmw_zenoh_cpp
zenoh_c_vendor
target-ros2-distro: ${{ matrix.ROS_DISTRO }}
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos