Skip to content

Commit

Permalink
Try to fix steps in test action block
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <marco.lampacrescia@de.bosch.com>
  • Loading branch information
MarcoLm993 committed Nov 12, 2024
1 parent a2da2cb commit 2e0798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
source /opt/ros/${{ matrix.ros-distro }}/setup.bash
mkdir ros_interfaces_ws
ln -s ros_support_interfaces ros_interfaces_ws/src
cd ros_interfaces_ws
ln -s ../ros_support_interfaces src
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
# run the tests
- name: Run tests
Expand Down

0 comments on commit 2e0798a

Please sign in to comment.