Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Run examples after build
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Feb 29, 2024
1 parent ec5f14e commit 1f31b3a
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- name: checkout
uses: actions/checkout@v4
with:
repository: RobotLocomotion/drake-external-examples
ref: main
path: ros_ws/src
- uses: ros-tooling/[email protected]
with:
package-name: drake drake_cmake_installed drake_cmake_installed_apt drake_ament_cmake_installed
package-name: drake
target-ros2-distro: rolling
skip-tests: true
colcon-defaults: |
Expand All @@ -28,3 +22,17 @@ jobs:
"cmake-target": "install"
}
}
- name: checkout
uses: actions/checkout@v4
with:
repository: RobotLocomotion/drake-external-examples
ref: main
path: ros_ws/src
- name: build tests
shell: bash
working-directory: ros_ws
run: |
. /opt/ros/rolling/setup.bash
. install/setup.bash
colcon graph
colcon build --packages-select drake_cmake_installed drake_cmake_installed_apt drake_ament_cmake_installed --event-handlers=console_direct+

0 comments on commit 1f31b3a

Please sign in to comment.