Skip to content

Commit

Permalink
include all packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Mar 20, 2024
1 parent b8b96fb commit 751356f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ros-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
- name: Run colcon build
run: |
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} colcon build --packages-select odrive_can
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} \
/bin/bash -c "rosdep install --from-paths odrive_ros2_control odrive_botwheel_explorer -y --ignore-src && \
colcon build"

0 comments on commit 751356f

Please sign in to comment.