From e38af44023c916c0b9600050fc5c82dd51976e9b Mon Sep 17 00:00:00 2001 From: MaximilienNaveau <maximilien.naveau@gmail.com> Date: Fri, 10 Dec 2021 16:31:07 +0100 Subject: [PATCH] update CI --- .github/workflows/ci_ubuntu20_04_foxy_ros2.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml index d252ef5..374bd4a 100644 --- a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml +++ b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml @@ -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 -- GitLab