Skip to content

Commit

Permalink
[github/workflows] Fix package name to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Jan 13, 2024
1 parent e6fd3e5 commit e139198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
target-ros2-distro: ${{ env.ROS_DISTRO }}
# build all packages listed in the meta package
package-name:
odri_bolt_hardware
odri_bolt_description
odri_bolt_bringup
colcon-defaults: |
{
"build": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-ros-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
distribution: rolling
linter: ${{ matrix.linter }}
package-name:
bolt_description
bolt_bringup
odri_bolt_description
odri_bolt_bringup

ament_lint_100:
name: ament_${{ matrix.linter }}
Expand Down

0 comments on commit e139198

Please sign in to comment.