Skip to content
Snippets Groups Projects
Commit 79e4643b authored by Maximilien Naveau's avatar Maximilien Naveau Committed by Olivier Stasse
Browse files

[CI update] source the robotpkg environment

parent 644bdcfb
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ jobs:
shell: bash
run: |
cd $ROS_WORKSPACE
source /opt/ros/foxy/setup.bash
source /opt/ros/foxy/setup.bash
source /opt/openrobots/setup.bash
colcon build
#
......@@ -69,4 +70,5 @@ jobs:
run: |
cd $ROS_WORKSPACE
source /opt/ros/foxy/setup.bash
source /opt/openrobots/setup.bash
colcon test --packages-select dynamic_graph_bridge --event-handlers console_direct+ --return-code-on-test-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment