Skip to content

Commit

Permalink
Bump ros2ci versions (ros-controls#198)
Browse files Browse the repository at this point in the history
* Bump ros2ci versions

* set target ros2 distro
  • Loading branch information
bmagyar authored Oct 22, 2020
1 parent 891f524 commit ce36fc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: ros-tooling/[email protected].23
- uses: ros-tooling/[email protected].26
with:
required-ros-distributions: foxy
- uses: ros-tooling/[email protected].17
- uses: ros-tooling/[email protected].19
with:
source-ros-binary-installation: foxy
target-ros2-distro: foxy
# build all packages listed in the meta package
package-name:
controller_interface
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected].13
- uses: ros-tooling/[email protected].5
- uses: ros-tooling/[email protected].26
- uses: ros-tooling/[email protected].6
with:
linter: copyright
package-name: controller_interface controller_manager controller_manager_msgs hardware_interface joint_limits_interface test_robot_hardware transmission_interface
Expand All @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected].13
- uses: ros-tooling/[email protected].5
- uses: ros-tooling/[email protected].26
- uses: ros-tooling/[email protected].6
with:
linter: xmllint
package-name: controller_interface controller_manager controller_manager_msgs hardware_interface joint_limits_interface test_robot_hardware transmission_interface
Expand All @@ -34,8 +34,8 @@ jobs:
linter: [cppcheck, cpplint, uncrustify]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected].13
- uses: ros-tooling/[email protected].5
- uses: ros-tooling/[email protected].26
- uses: ros-tooling/[email protected].6
with:
linter: ${{ matrix.linter }}
package-name: controller_interface controller_manager controller_manager_msgs hardware_interface joint_limits_interface test_robot_hardware transmission_interface

0 comments on commit ce36fc4

Please sign in to comment.