Skip to content

Test Launch Configuration #42

Test Launch Configuration

Test Launch Configuration #42

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
apt-get install -y usbutils
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: humble