Skip to content

hotfix(test): Fix reliability in CAN tests #50

hotfix(test): Fix reliability in CAN tests

hotfix(test): Fix reliability in CAN tests #50

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