Working async controllers and components [not synchronized] (backport #1041) #54
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: Coverage Build - Humble | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- humble | ||
pull_request: | ||
branches: | ||
- humble | ||
jobs: | ||
coverage_humble: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master | ||
secrets: inherit | ||
with: | ||
ros_distro: humble | ||
os_name: ubuntu-22.04 | ||
Check failure on line 17 in .github/workflows/humble-coverage-build.yml GitHub Actions / Coverage Build - HumbleInvalid workflow file
|