Skip to content

Port the ros2_tracing page from ros-realtime documentation to primary documentation #8918

Port the ros2_tracing page from ros-realtime documentation to primary documentation

Port the ros2_tracing page from ros-realtime documentation to primary documentation #8918

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