Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 20, 2024
1 parent b077830 commit 8bac97f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
. /opt/ros/iron/setup.sh
colcon build --symlink-install
working-directory: /colcon_ws
- name: Test packages
run: |
# Source workspace
. /opt/ros/iron/setup.sh
. install/setup.sh
# Run tests for all packages
colcon test --packages-skip-regex pylon --event-handlers console_direct+ --return-code-on-test-failure
working-directory: /colcon_ws

0 comments on commit 8bac97f

Please sign in to comment.