Skip to content

Commit

Permalink
hotfix: fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marhcouto committed Mar 7, 2023
1 parent ad98132 commit 7803149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Compile and Test Localization and Mapping
run: |
source /opt/ros/galactic/setup.bash
cd ./src/localization-mapping/
colcon build
cd ./src/
colcon build --packages-select custom_interfaces loc_map
source install/setup.bash
colcon test --event-handler=console_direct+
colcon test --packages-select loc_map --event-handler=console_direct+

0 comments on commit 7803149

Please sign in to comment.