Skip to content

Test Launch Configuration #41

Test Launch Configuration

Test Launch Configuration #41

Workflow file for this run

name: "ROS2 CI/CD"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y iproute2
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: humble