end2end test can now wait for headless sim to be ready before running… #1
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: ROS 2 Workspace Build | |
description: Build packages in a ROS 2 workspace | |
runs: | |
using: composite | |
steps: | |
- shell: bash | |
run: | | |
source install/setup.bash | |
colcon build --event-handlers console_cohesion+ --cmake-args | |