Skip to content

Commit

Permalink
Update github workflow to test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 29, 2023
1 parent d404708 commit 89a75c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
. /opt/ros/iron/setup.sh
colcon build --symlink-install
working-directory: /colcon_ws
- name: Test packages
run: |
. /opt/ros/iron/setup.sh
. /colcon_ws/install/setup.sh
colcon test

0 comments on commit 89a75c2

Please sign in to comment.