Skip to content

Commit

Permalink
re-enable tests build on jazzy and rolling on 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Beniamino Pozzan <[email protected]>
  • Loading branch information
beniaminopozzan committed Dec 26, 2024
1 parent 6cb96c6 commit f473510
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,19 @@ jobs:
with:
package-name: px4_msgs
target-ros2-distro: ${{ matrix.ros2_distro }}
skip-tests: true

noble:
name: "Build on Ubuntu Jammy"
runs-on: ubuntu-24.04
strategy:
matrix:
ros2_distro: [jazzy, rolling]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros2_distro }}
- uses: ros-tooling/[email protected]
with:
package-name: px4_msgs
target-ros2-distro: ${{ matrix.ros2_distro }}

0 comments on commit f473510

Please sign in to comment.