Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
cd /tmp/ws
. /opt/ros/humble/setup.sh
. install/setup.sh
python3 -m pytest src/composer/test/ -v
colcon test --python-testing pytest --packages-select muto_composer --event-handlers console_direct+
colcon test-result --verbose
3 changes: 2 additions & 1 deletion .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
cd /tmp/ws
. /opt/ros/jazzy/setup.sh
. install/setup.sh
python3 -m pytest src/composer/test/ -v
colcon test --python-testing pytest --packages-select muto_composer --event-handlers console_direct+
colcon test-result --verbose
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ log
*.swp
.devcontainer
*venv/
*egg-info/
*egg-info/
.coverage*
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<exec_depend>python3-jsonschema</exec_depend>

<depend>rclpy</depend>
<depend>muto_msgs</depend>
<depend>launch_ros</depend>
<depend>ament_index_python</depend>
<depend>std_srvs</depend>
Expand Down
Loading