Skip to content

Add ROS 2 CLI module to Fast DDS Discovery Server Tutorial (#16) #135

Add ROS 2 CLI module to Fast DDS Discovery Server Tutorial (#16)

Add ROS 2 CLI module to Fast DDS Discovery Server Tutorial (#16) #135

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies with pip
run: |
pip install --no-warn-script-location --user --upgrade -r requirements.txt
- run: make html
- run: make test