Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 18, 2024
1 parent 3784f38 commit e167667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
uses: ros-controls/ros2_control_ci/.github/actions/set-package-list@ci_lint
with:
path: ${{ env.path }}
- name: Debug output
run: |
echo "repo_name: ${{ steps.package_list_action.outputs.repo_name }}"
echo "package_list: ${{ steps.package_list_action.outputs.package_list }}"
- uses: ros-tooling/action-ros-ci@0.3.6
with:
target-ros2-distro: ${{ inputs.ros_distro }}
Expand Down

0 comments on commit e167667

Please sign in to comment.