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

update CI

parent acf0778a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ jobs:
# Build dep and checkout from source.
#
- name: Build packages.
shell: bash
run: |
ln -s /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge .
colcon build
......@@ -50,4 +52,6 @@ jobs:
# Test the checkout package
#
- name: Test current package.
shell: bash
run: |
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