Enable the use of ROS 2 testing for dependencies #193
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: turtlebot4_ci | |
on: [push, pull_request] | |
jobs: | |
turtlebot4_jazzy_ci: | |
name: Jazzy | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/[email protected] | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: jazzy | |
use-ros2-testing: true | |
- uses: ros-tooling/[email protected] | |
id: action_ros_ci_step | |
with: | |
target-ros2-distro: jazzy | |
import-token: ${{ secrets.GITHUB_TOKEN }} | |
package-name: | |
turtlebot4_description | |
turtlebot4_msgs | |
turtlebot4_navigation | |
turtlebot4_node |