Skip to content

Commit

Permalink
Use testing repo for setup-ros (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Apr 25, 2024
1 parent f2db3f7 commit 6a0adef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: actions/checkout@v4
- id: package_list_action
uses: ros-controls/ros2_control_ci/.github/actions/set-package-list@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-ros-tooling-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand Down

0 comments on commit 6a0adef

Please sign in to comment.