Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github workflow to test packages
Browse files Browse the repository at this point in the history
timonegk committed Nov 29, 2023
1 parent d404708 commit 3d8dd3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -37,3 +37,7 @@ jobs:
. /opt/ros/iron/setup.sh
colcon build --symlink-install
working-directory: /colcon_ws
- name: Test packages
run: |
. /opt/ros/iron/setup.sh
colcon test

0 comments on commit 3d8dd3f

Please sign in to comment.